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

8 lines
110 B
Plaintext

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