summaryrefslogtreecommitdiff
path: root/tests/lexer/test-003.std
blob: 4282dc06466ef1cc88ac2d146fd00f8c47793be3 (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>