From 5068d34c08f951a7ea6257d305a1627b09a95817 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 19:44:55 +0200 Subject: Adding upstream version 0.11.1. Signed-off-by: Daniel Baumann --- test/datafile_simple.18 | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 test/datafile_simple.18 (limited to 'test/datafile_simple.18') diff --git a/test/datafile_simple.18 b/test/datafile_simple.18 new file mode 100644 index 0000000..55f125b --- /dev/null +++ b/test/datafile_simple.18 @@ -0,0 +1,23 @@ + list [foo(bar=1)] + key 6:6 ^ + key 6:9 ^-^ foo + key 10:13 ^-^ bar + num 14:15 ^ 1 + val 14:15 ^ 1 +pair 10:15 ^---^ bar=1 + grp 10:15 ^---^ bar=1 + val 10:15 ^---^ bar=1 +pair 6:15 ^-------^ foo(bar=1 + grp 6:15 ^-------^ foo(bar=1 +pair 6:15 ^-------^ foo(bar=1 +msg :list [foo(bar=1)] +format :list [#)] +[ + { + "foo": [ + { + "bar": 1 + } + ] + } +] -- cgit v1.2.3