diff options
Diffstat (limited to 'tests/basic/squote.res')
| -rw-r--r-- | tests/basic/squote.res | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/basic/squote.res b/tests/basic/squote.res new file mode 100644 index 000000000000..a595269567bd --- /dev/null +++ b/tests/basic/squote.res @@ -0,0 +1,7 @@ +a = 'b'; +b = 'b\n\'a'; +c = ''; +d = 'aaa'; +e = '"'; +f = '\0\e\\\\\\\\\''; + |
