summaryrefslogtreecommitdiffstats
path: root/test/datafile_simple.1
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.1
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.1')
-rw-r--r--test/datafile_simple.116
1 files changed, 9 insertions, 7 deletions
diff --git a/test/datafile_simple.1 b/test/datafile_simple.1
index 48bb61a..ed595e3 100644
--- a/test/datafile_simple.1
+++ b/test/datafile_simple.1
@@ -1,13 +1,15 @@
current speed: 38 mph
- key 0:0
key 0:13 ^-----------^ current speed
-pair 0:13 ^-----------^ current speed
- key 15:15 ^
num 15:17 ^^ 38
-pair 15:17 ^^ 38
+ val 15:17 ^^ 38
+pair 0:17 ^---------------^ current speed: 38
+ key 18:18 ^
+word 18:21 ^-^ mph
+ val 18:21 ^-^ mph
+pair 18:21 ^-^ mph
msg :current speed: 38 mph
-format :#: # mph
+format :current speed: # #
{
- "col_0": "current speed",
- "col_1": 38
+ "current speed": 38,
+ "col_0": "mph"
}