upon further consideration, ignoring bad \uuXXXX escape sequences could be dangerous, remove test
This commit is contained in:
parent
867199539c
commit
5f6d7c1f01
3 changed files with 8 additions and 6 deletions
|
@ -6,5 +6,6 @@
|
|||
no_jsonp_escapes = false,
|
||||
comments = false,
|
||||
json_escape = false,
|
||||
dirty_strings = false
|
||||
dirty_strings = false,
|
||||
ignore_bad_escapes = false
|
||||
}).
|
Loading…
Add table
Add a link
Reference in a new issue