summaryrefslogtreecommitdiffstats
path: root/_test/data/construct-value.code
diff options
context:
space:
mode:
Diffstat (limited to '_test/data/construct-value.code')
-rw-r--r--_test/data/construct-value.code9
1 files changed, 9 insertions, 0 deletions
diff --git a/_test/data/construct-value.code b/_test/data/construct-value.code
new file mode 100644
index 0000000..f1f015e
--- /dev/null
+++ b/_test/data/construct-value.code
@@ -0,0 +1,9 @@
+[
+ { "link with": [ "library1.dll", "library2.dll" ] },
+ {
+ "link with": [
+ { "=": "library1.dll", "version": 1.2 },
+ { "=": "library2.dll", "version": 2.3 },
+ ],
+ },
+]