@@ -14,7 +14,7 @@ new_obj.to_string("\ud840")="�"
1414new_obj.to_string("\udd27")="�"
1515new_obj.to_string([9,'\uDAD)=null
1616new_obj.to_string("[9,'\uDAD")=null
17- new_obj.to_string("\uD836\uDE87")="� "
17+ new_obj.to_string("\uD836\uDE87")="𝪇 "
1818new_obj.to_string(null)=null
1919new_obj.to_string(NaN)=NaN
2020new_obj.to_string(-NaN)=null
@@ -142,7 +142,7 @@ json_tokener_parse_ex(tok, { "foo , 6) ... OK: got correct error: continu
142142json_tokener_parse_ex(tok, : "bar"} , 8) ... OK: got correct error: unexpected character
143143json_tokener_parse_ex(tok, "\uD836 , 7) ... OK: got correct error: continue
144144json_tokener_parse_ex(tok, \uDE87 , 6) ... OK: got correct error: continue
145- json_tokener_parse_ex(tok, " , 1) ... OK: got object of type [string]: "� "
145+ json_tokener_parse_ex(tok, " , 1) ... OK: got object of type [string]: "𝪇 "
146146json_tokener_parse_ex(tok, { "foo , 6) ... OK: got correct error: continue
147147json_tokener_parse_ex(tok, ": {"bar , 8) ... OK: got correct error: continue
148148json_tokener_parse_ex(tok, ":13}}XXXX , 10) ... OK: got object of type [object]: { "foo": { "bar": 13 } }
0 commit comments