parent
bd0886a2c0
commit
7d8bc94e0c
|
|
@ -92,6 +92,7 @@ function OutputStream(options) {
|
|||
case "\f": return "\\f";
|
||||
case "\n": return "\\n";
|
||||
case "\r": return "\\r";
|
||||
case "\t": return "\\t";
|
||||
case "\u2028": return "\\u2028";
|
||||
case "\u2029": return "\\u2029";
|
||||
case '"': ++dq; return '"';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user