summaryrefslogtreecommitdiff
path: root/web/yacco2/qa/xc_str.dat
blob: 2ebe66c35cc330d6aaaa628e8becc74b173c64b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
$echo file:xc_str.dat
$echo test out literal strings where last one has a bad escape sequence
*/
""// zero filled string
"\""// string of 1 "
"\"\""// string of 2 ""
"hello world"
"'"
"'''"
"\n\t\v\b\r\f\a\\\?\'\"\000\x0123456789abcdefg\w"// \test escape