mstch/test/data/backslashes.txt

8 lines
92 B
Plaintext
Raw Normal View History

2015-04-10 02:41:27 +08:00
* \abc
* \abc
* \abc
<script>
foo = { bar: 'abc\"xyz\"' };
foo = { bar: 'x\'y' };
</script>