We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac8a1b commit a1de34aCopy full SHA for a1de34a
2 files changed
tests/draft4/optional/format/hostname.json
@@ -43,6 +43,11 @@
43
"data": "xn--4gbwdl.xn--wgbh1c",
44
"valid": true
45
},
46
+ {
47
+ "description": "hostname with consecutive hyphens (RFC1123)",
48
+ "data": "ab--cd.example",
49
+ "valid": true
50
+ },
51
{
52
"description": "a host name starting with an illegal character",
53
"data": "-a-host-name-that-starts-with--",
tests/draft6/optional/format/hostname.json
0 commit comments