Add more characters that should not be un-escaped in regexps.

This commit is contained in:
Stefan Bethke 2016-09-30 14:54:35 +02:00
parent 3ff660392e
commit 947aef405c

View File

@ -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"