Files
framework/public/plugins/mustache/test/_files/backslashes.txt
T
2023-01-24 20:31:23 +00:00

8 lines
92 B
Plaintext

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