test: split multiple codepoints into 1 per file

This commit is contained in:
eugenesvk 2024-12-24 15:10:02 +07:00
parent 7fb5c80480
commit 2521aa9827
8 changed files with 7 additions and 1 deletions

View File

@ -1 +0,0 @@
no "Surrogates high\u{D800}\u{D911}\u{DABB}\u{DBFF} low\u{DC00}\u{DEAD}\u{DFFF}"

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}"