diff options
Diffstat (limited to '_test/data/construct-value.data')
-rw-r--r-- | _test/data/construct-value.data | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/_test/data/construct-value.data b/_test/data/construct-value.data new file mode 100644 index 0000000..3eb7919 --- /dev/null +++ b/_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 |