lnav/test/datafile_simple.7
Timothy Stack 3128dc772c [sqlite] Major improvements to the sqlite integration.
This is a checkpoint of the improvements to the sqlite integration.  The
data_parser stuff should be much better now and I've tried to improve
other parts of the user experience as well.
2013-05-24 07:55:56 -07:00

13 lines
538 B
Groff

func(arg1="a", arg2="b")
key 5:5 ^
key 5:9 ^--^ arg1
quot 11:12 ^ a
val 11:12 ^ a
pair 5:12 ^-----^ arg1="a
key 15:19 ^--^ arg2
quot 21:22 ^ b
val 21:22 ^ b
pair 15:22 ^-----^ arg2="b
grp 5:22 ^---------------^ arg1="a", arg2="b
pair 5:22 ^---------------^ arg1="a", arg2="b