mstch/test/data/backslashes.mustache

8 lines
110 B
Text
Raw Normal View History

2015-04-09 18:41:27 +00:00
* {{value}}
* {{{value}}}
* {{&value}}
<script>
foo = { bar: 'abc\"xyz\"' };
foo = { bar: 'x\'y' };
</script>