initial
This commit is contained in:
7
node_modules/pug/test/cases/auxiliary/includable.js
generated
vendored
Normal file
7
node_modules/pug/test/cases/auxiliary/includable.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
var STRING_SUBSTITUTIONS = { // table of character substitutions
|
||||
'\t': '\\t',
|
||||
'\r': '\\r',
|
||||
'\n': '\\n',
|
||||
'"' : '\\"',
|
||||
'\\': '\\\\'
|
||||
};
|
||||
Reference in New Issue
Block a user