mirror of https://github.com/kdl-org/kdl.git
test: split multiple codepoints into 1 per file
This commit is contained in:
parent
7fb5c80480
commit
2521aa9827
|
|
@ -1 +0,0 @@
|
|||
no "Surrogates high\u{D800}\u{D911}\u{DABB}\u{DBFF} low\u{DC00}\u{DEAD}\u{DFFF}"
|
||||
|
|
@ -0,0 +1 @@
|
|||
no "Surrogates high\u{D800}"
|
||||
|
|
@ -0,0 +1 @@
|
|||
no "Surrogates high\u{D911}"
|
||||
|
|
@ -0,0 +1 @@
|
|||
no "Surrogates high\u{DABB}"
|
||||
|
|
@ -0,0 +1 @@
|
|||
no "Surrogates high\u{DBFF}"
|
||||
|
|
@ -0,0 +1 @@
|
|||
no "Surrogates low\u{DC00}"
|
||||
|
|
@ -0,0 +1 @@
|
|||
no "Surrogates low\u{DEAD}"
|
||||
|
|
@ -0,0 +1 @@
|
|||
eno "Surrogates low\u{DFFF}"
|
||||
Loading…
Reference in New Issue