summaryrefslogtreecommitdiffstats
path: root/test/datafile_simple.18
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-07 04:48:35 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-07 04:48:35 +0000
commit207df6fc406e81bfeebdff7f404bd242ff3f099f (patch)
treea1a796b056909dd0a04ffec163db9363a8757808 /test/datafile_simple.18
parentReleasing progress-linux version 0.11.2-1~progress7.99u1. (diff)
downloadlnav-207df6fc406e81bfeebdff7f404bd242ff3f099f.tar.xz
lnav-207df6fc406e81bfeebdff7f404bd242ff3f099f.zip
Merging upstream version 0.12.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/datafile_simple.18')
-rw-r--r--test/datafile_simple.1825
1 files changed, 14 insertions, 11 deletions
diff --git a/test/datafile_simple.18 b/test/datafile_simple.18
index 55f125b..aff90b1 100644
--- a/test/datafile_simple.18
+++ b/test/datafile_simple.18
@@ -1,5 +1,5 @@
list [foo(bar=1)]
- key 6:6 ^
+ key 0:4 ^--^ list
key 6:9 ^-^ foo
key 10:13 ^-^ bar
num 14:15 ^ 1
@@ -9,15 +9,18 @@ pair 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
+ val 6:15 ^-------^ foo(bar=1
+pair 0:15 ^-------------^ list [foo(bar=1
msg :list [foo(bar=1)]
format :list [#)]
-[
- {
- "foo": [
- {
- "bar": 1
- }
- ]
- }
-]
+{
+ "list": [
+ {
+ "foo": [
+ {
+ "bar": 1
+ }
+ ]
+ }
+ ]
+}