summaryrefslogtreecommitdiff
path: root/web/yacco2/qa/xc_str.dat
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /web/yacco2/qa/xc_str.dat
Initial commit
Diffstat (limited to 'web/yacco2/qa/xc_str.dat')
-rw-r--r--web/yacco2/qa/xc_str.dat11
1 files changed, 11 insertions, 0 deletions
diff --git a/web/yacco2/qa/xc_str.dat b/web/yacco2/qa/xc_str.dat
new file mode 100644
index 0000000000..2ebe66c35c
--- /dev/null
+++ b/web/yacco2/qa/xc_str.dat
@@ -0,0 +1,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 \ No newline at end of file