sf-static/portfolio/node_modules/pug/test/cases/auxiliary/includable.js
2023-02-28 19:21:07 +01:00

7 lines
No EOL
145 B
JavaScript

var STRING_SUBSTITUTIONS = { // table of character substitutions
'\t': '\\t',
'\r': '\\r',
'\n': '\\n',
'"' : '\\"',
'\\': '\\\\'
};