aboutsummaryrefslogtreecommitdiff
path: root/tests/data/construct-map.code
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/construct-map.code')
-rw-r--r--tests/data/construct-map.code6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/data/construct-map.code b/tests/data/construct-map.code
new file mode 100644
index 0000000..736ba48
--- /dev/null
+++ b/tests/data/construct-map.code
@@ -0,0 +1,6 @@
+{
+ "Block style":
+ { "Clark" : "Evans", "Brian" : "Ingerson", "Oren" : "Ben-Kiki" },
+ "Flow style":
+ { "Clark" : "Evans", "Brian" : "Ingerson", "Oren" : "Ben-Kiki" },
+}