refactor of encoded codepoints with looser string restrictions
This commit is contained in:
parent
672fe04c37
commit
42d6ef2c21
13 changed files with 50 additions and 97 deletions
|
@ -1 +0,0 @@
|
|||
"\uffff"
|
|
@ -1,3 +0,0 @@
|
|||
{name, "escaped noncharacter"}.
|
||||
{jsx, {error, badjson}}.
|
||||
{json, "escaped_noncharacter.json"}.
|
|
@ -1 +0,0 @@
|
|||
"\ud83f\udfff"
|
|
@ -1,3 +0,0 @@
|
|||
{name, "escaped noncharacter (extended)"}.
|
||||
{jsx, {error, badjson}}.
|
||||
{json, "escaped_noncharacter_ext.json"}.
|
|
@ -1 +0,0 @@
|
|||
"\ud83f\udfff"
|
|
@ -1,4 +0,0 @@
|
|||
{name, "escaped noncharacter (extended)"}.
|
||||
{jsx, [{string, <<16#fffd/utf8>>}, end_json]}.
|
||||
{json, "escaped_noncharacter_ext.json"}.
|
||||
{jsx_flags, [loose_unicode]}.
|
|
@ -1 +0,0 @@
|
|||
"\uffff"
|
|
@ -1,4 +0,0 @@
|
|||
{name, "escaped noncharacter replacement"}.
|
||||
{jsx, [{string,<<16#fffd/utf8>>},end_json]}.
|
||||
{json, "escaped_noncharacter_replaced.json"}.
|
||||
{jsx_flags, [loose_unicode]}.
|
|
@ -1 +0,0 @@
|
|||
"\ufdd0"
|
|
@ -1,3 +0,0 @@
|
|||
{name, "escaped reserved a"}.
|
||||
{jsx, {error, badjson}}.
|
||||
{json, "escaped_reserved_a.json"}.
|
|
@ -1 +0,0 @@
|
|||
"\ufdef"
|
|
@ -1,3 +0,0 @@
|
|||
{name, "escaped reserved b"}.
|
||||
{jsx, {error, badjson}}.
|
||||
{json, "escaped_reserved_b.json"}.
|
Loading…
Add table
Add a link
Reference in a new issue