allow interchange of nullbyte in strings
This commit is contained in:
parent
1cfd565458
commit
6dfaa61bfa
7 changed files with 1 additions and 33 deletions
|
@ -1 +0,0 @@
|
|||
"\u0000"
|
|
@ -1,4 +0,0 @@
|
|||
{name, "escaped nullbyte replaced"}.
|
||||
{jsx, [{string,<<16#fffd/utf8>>},end_json]}.
|
||||
{json, "escaped_nullbyte_replaced.json"}.
|
||||
{jsx_flags, [loose_unicode]}.
|
|
@ -1 +0,0 @@
|
|||
"\u0000"
|
|
@ -1,3 +0,0 @@
|
|||
{name, "nullbyte forbidden"}.
|
||||
{jsx, {error, badjson}}.
|
||||
{json, "nullbyte_forbidden.json"}.
|
|
@ -1 +0,0 @@
|
|||
"\u0000"
|
|
@ -1,4 +0,0 @@
|
|||
{name, "nullbyte replaced"}.
|
||||
{jsx, [{string,<<16#fffd/utf8>>},end_json]}.
|
||||
{json, "nullbyte_replaced.json"}.
|
||||
{jsx_flags, [loose_unicode]}.
|
Loading…
Add table
Add a link
Reference in a new issue