File: datafile_simple.20

package info (click to toggle)
lnav 0.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,536 kB
  • ctags: 4,798
  • sloc: cpp: 37,738; sh: 6,871; ansic: 5,090; makefile: 670; python: 196; sql: 67
file content (17 lines) | stat: -rw-r--r-- 568 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
             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"
]