two new tests for bad low pairs of json surrogate pairs

This commit is contained in:
alisdair sullivan 2011-08-03 00:45:49 -07:00
parent 5cd967b26d
commit 776ee8a8a2
5 changed files with 14 additions and 13 deletions

View file

@ -0,0 +1,4 @@
{name, "bad_low_surrogate_replaced"}.
{jsx, [start_array,{string, [16#fffd, 16#fffd]},end_array,end_json]}.
{json, "bad_low_surrogate_replaced.json"}.
{jsx_flags, [loose_unicode]}.