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

7 lines
92 B
Text

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