You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/test/datafile_simple.0

15 lines
427 B
Plaintext

a=1 b=2 c=3,4
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
key 8:9 ^ c
num 10:11 ^ 3
num 12:13 ^ 4
val 10:13 ^-^ 3,4
pair 8:13 ^---^ c=3,4