pixsy/node_modules/pug-linker/test/cases-src/auxiliary/includable.js

7 lines
145 B
JavaScript
Raw Normal View History

2017-12-22 17:22:08 +00:00
var STRING_SUBSTITUTIONS = { // table of character substitutions
'\t': '\\t',
'\r': '\\r',
'\n': '\\n',
'"' : '\\"',
'\\': '\\\\'
};