Skip to content

Commit cf6e663

Browse files
committed
Apparently descriptions must be < 60 chars
1 parent 0680b46 commit cf6e663

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/draft7/optional/format.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@
356356
"schema": {"format": "idn-email"},
357357
"tests": [
358358
{
359-
"description": "a valid idn e-mail address ([email protected] in Hangul)",
359+
"description": "a valid idn e-mail ([email protected] in Hangul)",
360360
"data": "실례@실례.테스트",
361361
"valid": true
362362
},
@@ -465,12 +465,12 @@
465465
"valid": true
466466
},
467467
{
468-
"description": "illegal first character U+302E Hangul single dot tone mark",
468+
"description": "illegal first char U+302E Hangul single dot tone mark",
469469
"data": "〮실례.테스트",
470470
"valid": false
471471
},
472472
{
473-
"description": "contains illegal character U+302E Hangul single dot tone mark",
473+
"description": "contains illegal char U+302E Hangul single dot tone mark",
474474
"data": "실〮례.테스트",
475475
"valid": false
476476
},

0 commit comments

Comments
 (0)