Add test files for unicode sequences
This commit is contained in:
3
test_files/unicode_invalid_01.json
Normal file
3
test_files/unicode_invalid_01.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"hello\u124": "testing"
|
||||
}
|
3
test_files/unicode_invalid_02.json
Normal file
3
test_files/unicode_invalid_02.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"hello\\u124f": "tes\uting"
|
||||
}
|
3
test_files/unicode_valid_01.json
Normal file
3
test_files/unicode_valid_01.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"hello\\u124f": "testing"
|
||||
}
|
3
test_files/unicode_valid_02.json
Normal file
3
test_files/unicode_valid_02.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"hello\\u124ffdr": "tes\\u7eacting"
|
||||
}
|
Reference in New Issue
Block a user