summaryrefslogtreecommitdiffstats
path: root/test/datafile_simple.20
diff options
context:
space:
mode:
Diffstat (limited to 'test/datafile_simple.20')
-rw-r--r--test/datafile_simple.2017
1 files changed, 10 insertions, 7 deletions
diff --git a/test/datafile_simple.20 b/test/datafile_simple.20
index ea81659..76d5463 100644
--- a/test/datafile_simple.20
+++ b/test/datafile_simple.20
@@ -1,5 +1,5 @@
list ["abc", "def", "ghi"]
- key 7:7 ^
+ key 0:4 ^--^ list
quot 7:10 ^-^ abc
val 7:10 ^-^ abc
quot 14:17 ^-^ def
@@ -7,11 +7,14 @@ quot 14:17 ^-^ def
quot 21:24 ^-^ ghi
val 21:24 ^-^ ghi
grp 7:24 ^---------------^ abc", "def", "ghi
-pair 7:24 ^---------------^ abc", "def", "ghi
+ val 7:24 ^---------------^ abc", "def", "ghi
+pair 0:24 ^----------------------^ list ["abc", "def", "ghi
msg :list ["abc", "def", "ghi"]
format :list [#]
-[
- "abc",
- "def",
- "ghi"
-]
+{
+ "list": [
+ "abc",
+ "def",
+ "ghi"
+ ]
+}