Skip to content

Commit 96fdee5

Browse files
committed
Add test cases for valid label separators
1 parent 7df4243 commit 96fdee5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

json-schema-validator/src/commonTest/kotlin/io/github/optimumcode/json/schema/assertions/general/format/JsonSchemaIdnHostnameFormatValidationTest.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ class JsonSchemaIdnHostnameFormatValidationTest : FunSpec() {
2525
"\u06281\u0300",
2626
// Valid LTR label
2727
"\u0628.a1\u0300",
28+
"a\u3002b",
29+
"a\uFF0Eb",
30+
"a\uFF61b",
2831
),
2932
invalidTestCases =
3033
listOf(

0 commit comments

Comments
 (0)