summaryrefslogtreecommitdiff
path: root/test/YAMLParser/construct-value.data
diff options
context:
space:
mode:
Diffstat (limited to 'test/YAMLParser/construct-value.data')
-rw-r--r--test/YAMLParser/construct-value.data12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/YAMLParser/construct-value.data b/test/YAMLParser/construct-value.data
new file mode 100644
index 0000000000..fe01a0dc90
--- /dev/null
+++ b/test/YAMLParser/construct-value.data
@@ -0,0 +1,12 @@
+# RUN: yaml-bench -canonical %s
+
+--- # Old schema
+link with:
+ - library1.dll
+ - library2.dll
+--- # New schema
+link with:
+ - = : library1.dll
+ version: 1.2
+ - = : library2.dll
+ version: 2.3