1
1
mirror of https://github.com/tstack/lnav.git synced 2024-08-16 16:30:25 +03:00
lnav/test/datafile_simple.25

16 lines
286 B
Plaintext
Raw Normal View History

2024-01-26 07:53:01 +03:00
a=1 b=2
key 0:1 ^ a
num 2:3 ^ 1
val 2:3 ^ 1
pair 0:3 ^-^ a=1
key 4:5 ^ b
num 6:7 ^ 2
val 6:7 ^ 2
pair 4:7 ^-^ b=2
msg :a=1 b=2
format :a=# b=#
{
"a": 1,
"b": 2
}