summaryrefslogtreecommitdiff
path: root/tests/data/construct-value.code
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/construct-value.code')
-rw-r--r--tests/data/construct-value.code9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/data/construct-value.code b/tests/data/construct-value.code
new file mode 100644
index 0000000..f1f015e
--- /dev/null
+++ b/tests/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 },
+ ],
+ },
+]