TwitchBot/node_modules/mustache/test/_files/backslashes.mustache
Steve Saldivar ec2e35c117 commit
2013-05-07 14:03:51 -07:00

8 lines
110 B
Plaintext

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