test: add a fail-test for escaped non Unicode Scalar Values (#452)

* test: add a fail-test for escaped non Unicode Scalar Values

* test: split multiple codepoints into 1 per file
This commit is contained in:
Evgeny 2024-12-24 15:14:24 +07:00 committed by GitHub
parent 76dc3e3002
commit 3c1cf4f2a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1 @@
no "Surrogates high\u{D800}"

View File

@ -0,0 +1 @@
no "Surrogates high\u{D911}"

View File

@ -0,0 +1 @@
no "Surrogates high\u{DABB}"

View File

@ -0,0 +1 @@
no "Surrogates high\u{DBFF}"

View File

@ -0,0 +1 @@
no "Surrogates low\u{DC00}"

View File

@ -0,0 +1 @@
no "Surrogates low\u{DEAD}"

View File

@ -0,0 +1 @@
eno "Surrogates low\u{DFFF}"