2015-10-05 16:37:37 +01:00

13 lines
68 B
JavaScript

var escaped = `
\u2028
\u2029
`;
var escaped = `
\v
\b
\t
\n
\r
`;