pixsy/node_modules/pug/test/cases/includes.html

16 lines
274 B
HTML

<p>bar</p>
<body>
<p>:)</p><script>
console.log("foo\nbar")
</script>
<script type="text/javascript">
var STRING_SUBSTITUTIONS = { // table of character substitutions
'\t': '\\t',
'\r': '\\r',
'\n': '\\n',
'"' : '\\"',
'\\': '\\\\'
};
</script>
</body>