sf-static/portfolio/node_modules/pug-linker/test/cases-src/auxiliary/includable.js

7 lines
145 B
JavaScript
Raw Permalink Normal View History

2023-02-28 18:21:07 +00:00
var STRING_SUBSTITUTIONS = { // table of character substitutions
'\t': '\\t',
'\r': '\\r',
'\n': '\\n',
'"' : '\\"',
'\\': '\\\\'
};