You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
83e866b4 Merge pull request #763 from michaelmior/propertynames-const
c5a9703f Merge pull request #760 from OptimumCode/rfc3490-label-separator
b4c09b65 Add tests for propertyNames with const/enum
4fa572d8 Move tests for rfc3490#3.1 into a separate test case
ce9f68ca Add link to rfc and quote
ad94cacc Add test cases for other valid label separators in IDN hostnames
39002ae7 Merge pull request #762 from OptimumCode/rfc-html-link
c8780535 Correct section anchor for rfc URL template
5f2ca7d6 Modify rfc url template to use html version
9c5d99b6 Merge pull request #761 from OptimumCode/annotation-script-rfc-support
9563ce7b Correct rfc URL template - incorrect path pattern was used
961bfad0 Correct spec kind extraction from defined key. Continue on unkown URL kind
git-subtree-dir: json
git-subtree-split: 83e866b46c9f9e7082fd51e83a61c5f2145a1ab7
Copy file name to clipboardExpand all lines: tests/draft-next/optional/format/idn-hostname.json
+48-1Lines changed: 48 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -331,11 +331,58 @@
331
331
"description": "empty string",
332
332
"data": "",
333
333
"valid": false
334
-
},
334
+
}
335
+
]
336
+
},
337
+
{
338
+
"description": "validation of separators in internationalized host names",
339
+
"specification": [
340
+
{"rfc3490": "3.1", "quote": "Whenever dots are used as label separators, the following characters MUST be recognized as dots: U+002E (full stop), U+3002 (ideographic full stop), U+FF0E (fullwidth full stop), U+FF61(halfwidth ideographic full stop)"}
Copy file name to clipboardExpand all lines: tests/draft2019-09/optional/format/idn-hostname.json
+48-1Lines changed: 48 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -331,11 +331,58 @@
331
331
"description": "empty string",
332
332
"data": "",
333
333
"valid": false
334
-
},
334
+
}
335
+
]
336
+
},
337
+
{
338
+
"description": "validation of separators in internationalized host names",
339
+
"specification": [
340
+
{"rfc3490": "3.1", "quote": "Whenever dots are used as label separators, the following characters MUST be recognized as dots: U+002E (full stop), U+3002 (ideographic full stop), U+FF0E (fullwidth full stop), U+FF61(halfwidth ideographic full stop)"}
Copy file name to clipboardExpand all lines: tests/draft2020-12/optional/format/idn-hostname.json
+48-1Lines changed: 48 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -331,11 +331,58 @@
331
331
"description": "empty string",
332
332
"data": "",
333
333
"valid": false
334
-
},
334
+
}
335
+
]
336
+
},
337
+
{
338
+
"description": "validation of separators in internationalized host names",
339
+
"specification": [
340
+
{"rfc3490": "3.1", "quote": "Whenever dots are used as label separators, the following characters MUST be recognized as dots: U+002E (full stop), U+3002 (ideographic full stop), U+FF0E (fullwidth full stop), U+FF61(halfwidth ideographic full stop)"}
0 commit comments