aboutsummaryrefslogtreecommitdiff
path: root/lib/mstch/test/data/backslashes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mstch/test/data/backslashes.txt')
-rw-r--r--lib/mstch/test/data/backslashes.txt7
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>