diff options
Diffstat (limited to '')
-rw-r--r-- | test/datafile_simple.20 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/datafile_simple.20 b/test/datafile_simple.20 new file mode 100644 index 0000000..ea81659 --- /dev/null +++ b/test/datafile_simple.20 @@ -0,0 +1,17 @@ + list ["abc", "def", "ghi"] + key 7:7 ^ +quot 7:10 ^-^ abc + val 7:10 ^-^ abc +quot 14:17 ^-^ def + val 14:17 ^-^ def +quot 21:24 ^-^ ghi + val 21:24 ^-^ ghi + grp 7:24 ^---------------^ abc", "def", "ghi +pair 7:24 ^---------------^ abc", "def", "ghi +msg :list ["abc", "def", "ghi"] +format :list [#] +[ + "abc", + "def", + "ghi" +] |