aboutsummaryrefslogtreecommitdiff
path: root/lib/mstch/test/data/backslashes.txt
blob: 038dd37e4769e512323719c076fc7113db1ab342 (plain)
1
2
3
4
5
6
7
* \abc
* \abc
* \abc
<script>
foo = { bar: 'abc\"xyz\"' };
foo = { bar: 'x\'y' };
</script>