1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-11 13:05:51 +03:00
lnav/test/datafile_simple.20

18 lines
568 B
Plaintext
Raw Normal View History

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"
]