File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 356
356
"schema" : {"format" : " idn-email" },
357
357
"tests" : [
358
358
{
359
- "description" : " a valid idn e-mail address (example@example.test in Hangul)" ,
359
+ "description" : " a valid idn e-mail (example@example.test in Hangul)" ,
360
360
"data" : " 실례@실례.테스트" ,
361
361
"valid" : true
362
362
},
465
465
"valid" : true
466
466
},
467
467
{
468
- "description" : " illegal first character U+302E Hangul single dot tone mark" ,
468
+ "description" : " illegal first char U+302E Hangul single dot tone mark" ,
469
469
"data" : " 〮실례.테스트" ,
470
470
"valid" : false
471
471
},
472
472
{
473
- "description" : " contains illegal character U+302E Hangul single dot tone mark" ,
473
+ "description" : " contains illegal char U+302E Hangul single dot tone mark" ,
474
474
"data" : " 실〮례.테스트" ,
475
475
"valid" : false
476
476
},
You can’t perform that action at this time.
0 commit comments