Add test files for unicode sequences

This commit is contained in:
2023-06-18 00:23:40 +01:00
parent 386dfe72db
commit 909bcf3056
7 changed files with 66 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
{
"hello\u124": "testing"
}

View File

@@ -0,0 +1,3 @@
{
"hello\\u124f": "tes\uting"
}

View File

@@ -0,0 +1,3 @@
{
"hello\\u124f": "testing"
}

View File

@@ -0,0 +1,3 @@
{
"hello\\u124ffdr": "tes\\u7eacting"
}