initial
This commit is contained in:
17
node_modules/pug/test/output/includes.html
generated
vendored
Normal file
17
node_modules/pug/test/output/includes.html
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
<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>
|
||||
Reference in New Issue
Block a user