diff options
Diffstat (limited to 'lib/mstch/test/data/backslashes.txt')
| -rw-r--r-- | lib/mstch/test/data/backslashes.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/mstch/test/data/backslashes.txt b/lib/mstch/test/data/backslashes.txt new file mode 100644 index 0000000..038dd37 --- /dev/null +++ b/lib/mstch/test/data/backslashes.txt @@ -0,0 +1,7 @@ +* \abc +* \abc +* \abc +<script> +foo = { bar: 'abc\"xyz\"' }; +foo = { bar: 'x\'y' }; +</script> |
