File: 120_parser_unterminated_string.cfg

package info (click to toggle)
boxes 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,800 kB
  • sloc: ansic: 10,566; lex: 517; sh: 503; makefile: 309; yacc: 272; lisp: 78
file content (24 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
BOX testbox1

escaped   "aaa\"bbb\\\"ccc#"   # the string aaa"bbb\"ccc#
errored  "aaa\\"bbb"           # unterminated!

sample
    #
    #  regular comments used in Perl, Shell scripts, etc.
    #
ends

shapes {
     w ("#")
}

elastic (
	w
)

padding {
	left 1
}

END testbox1