new tests
This commit is contained in:
parent
7c2c0596c7
commit
b82d4c5337
4 changed files with 6 additions and 0 deletions
1
test/cases/encoded_surrogates.json
Normal file
1
test/cases/encoded_surrogates.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
["\ud801\udc00"]
|
3
test/cases/encoded_surrogates.test
Normal file
3
test/cases/encoded_surrogates.test
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[start_array, {string, [66560]}, end_array].
|
||||||
|
|
||||||
|
[{escaped_unicode, codepoint}].
|
1
test/cases/multibyte_utf.json
Normal file
1
test/cases/multibyte_utf.json
Normal file
|
@ -0,0 +1 @@
|
||||||
|
[ " 𝄞 " ]
|
1
test/cases/multibyte_utf.test
Normal file
1
test/cases/multibyte_utf.test
Normal file
|
@ -0,0 +1 @@
|
||||||
|
[start_array,{string,[32, 119070, 32]},end_array].
|
Loading…
Add table
Add a link
Reference in a new issue