File: names-quoted-errors.conf

package info (click to toggle)
lm-sensors 1%3A2.10.8-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 5,320 kB
  • ctags: 10,818
  • sloc: ansic: 63,999; perl: 8,169; sh: 1,820; makefile: 406; lex: 371; yacc: 312; python: 11
file content (13 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
chip "blah-*"

# keyword with two quoted names, no intermediate whitespace
label "in0""foo"

# missing closing quote before EOL
label "in1" "bar

# (correct label statement, just for separation)
label "in2" "baz"

# missing closing quote before immediate EOF
label "in3" "baz