Skip to content

Commit

Permalink
Merge commit 'af6b3723b5260b8d1cea427c3f4269106711e3cf'
Browse files Browse the repository at this point in the history
* commit 'af6b3723b5260b8d1cea427c3f4269106711e3cf':
  Squashed 'json/' changes from 4ba013d5..e524505b
  • Loading branch information
Julian committed Jan 31, 2025
2 parents 15a9f32 + af6b372 commit 6606f1a
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 0 deletions.
5 changes: 5 additions & 0 deletions json/tests/draft-next/optional/format/hostname.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@
"description": "empty string",
"data": "",
"valid": false
},
{
"description": "single dot",
"data": ".",
"valid": false
}
]
}
Expand Down
5 changes: 5 additions & 0 deletions json/tests/draft-next/optional/format/idn-hostname.json
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,11 @@
"description": "empty string",
"data": "",
"valid": false
},
{
"description": "single dot",
"data": ".",
"valid": false
}
]
}
Expand Down
5 changes: 5 additions & 0 deletions json/tests/draft2019-09/optional/format/hostname.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@
"description": "empty string",
"data": "",
"valid": false
},
{
"description": "single dot",
"data": ".",
"valid": false
}
]
}
Expand Down
5 changes: 5 additions & 0 deletions json/tests/draft2019-09/optional/format/idn-hostname.json
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,11 @@
"description": "empty string",
"data": "",
"valid": false
},
{
"description": "single dot",
"data": ".",
"valid": false
}
]
}
Expand Down
5 changes: 5 additions & 0 deletions json/tests/draft2020-12/optional/format/hostname.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@
"description": "empty string",
"data": "",
"valid": false
},
{
"description": "single dot",
"data": ".",
"valid": false
}
]
}
Expand Down
5 changes: 5 additions & 0 deletions json/tests/draft2020-12/optional/format/idn-hostname.json
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,11 @@
"description": "empty string",
"data": "",
"valid": false
},
{
"description": "single dot",
"data": ".",
"valid": false
}
]
}
Expand Down
5 changes: 5 additions & 0 deletions json/tests/draft4/optional/format/hostname.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@
"description": "empty string",
"data": "",
"valid": false
},
{
"description": "single dot",
"data": ".",
"valid": false
}
]
}
Expand Down
5 changes: 5 additions & 0 deletions json/tests/draft6/optional/format/hostname.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@
"description": "empty string",
"data": "",
"valid": false
},
{
"description": "single dot",
"data": ".",
"valid": false
}
]
}
Expand Down
5 changes: 5 additions & 0 deletions json/tests/draft7/optional/format/hostname.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@
"description": "empty string",
"data": "",
"valid": false
},
{
"description": "single dot",
"data": ".",
"valid": false
}
]
}
Expand Down
5 changes: 5 additions & 0 deletions json/tests/draft7/optional/format/idn-hostname.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,11 @@
"description": "empty string",
"data": "",
"valid": false
},
{
"description": "single dot",
"data": ".",
"valid": false
}
]
}
Expand Down

0 comments on commit 6606f1a

Please sign in to comment.