File: backslashes.mustache

package info (click to toggle)
mstch 1.0.2-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 940 kB
  • sloc: cpp: 1,429; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 110 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
* {{value}}
* {{{value}}}
* {{&value}}
<script>
foo = { bar: 'abc\"xyz\"' };
foo = { bar: 'x\'y' };
</script>