mirror of https://github.com/kdl-org/kdl.git
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:
parent
76dc3e3002
commit
3c1cf4f2a1
|
|
@ -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