summaryrefslogtreecommitdiff
path: root/tests/lexer/test-003.std
blob: 98c57ecc24921e15fe81a4e889c66875a9d0e4e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
"abc"
;
"a\nb"
;
"abc\\"
;
"aaa\0"
;
"\""
;
"a\xaf"
;
"a\111"
;
"abc""def"
;
"abc""def"
;
<EOS>