mstch/test/data/backslashes.txt
Daniel Sipka eb98985815 import
2015-04-09 20:41:27 +02:00

8 lines
92 B
Plaintext

* \abc
* \abc
* \abc
<script>
foo = { bar: 'abc\"xyz\"' };
foo = { bar: 'x\'y' };
</script>