Add more characters that should not be un-escaped in regexps.
This commit is contained in:
parent
3ff660392e
commit
947aef405c
|
|
@ -1282,6 +1282,7 @@ function OutputStream(options) {
|
||||||
0x0a , // \n
|
0x0a , // \n
|
||||||
0x0d , // \r
|
0x0d , // \r
|
||||||
0x00 , // \0
|
0x00 , // \0
|
||||||
|
0x1f ,
|
||||||
0xfeff , // Unicode BOM
|
0xfeff , // Unicode BOM
|
||||||
0xffff , // Unicode noncharacter
|
0xffff , // Unicode noncharacter
|
||||||
0x2028 , // unicode "line separator"
|
0x2028 , // unicode "line separator"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user