2014-11-07 12:33:35 +11:00

13 lines
68 B
JavaScript

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