aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/test/data/construct-value.data
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext_depends/D-YAML/test/data/construct-value.data')
-rw-r--r--src/ext_depends/D-YAML/test/data/construct-value.data10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ext_depends/D-YAML/test/data/construct-value.data b/src/ext_depends/D-YAML/test/data/construct-value.data
new file mode 100644
index 0000000..3eb7919
--- /dev/null
+++ b/src/ext_depends/D-YAML/test/data/construct-value.data
@@ -0,0 +1,10 @@
+--- # Old schema
+link with:
+ - library1.dll
+ - library2.dll
+--- # New schema
+link with:
+ - = : library1.dll
+ version: 1.2
+ - = : library2.dll
+ version: 2.3