2014-11-01 19:34:16 +11:00

12 lines
67 B
JavaScript

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