Skip to content

Commit

Permalink
Bug 1809928 [wpt PR 37907] - IDNA: add a couple interesting ToASCII c…
Browse files Browse the repository at this point in the history
…ases, a=testonly

Automatic update from web-platform-tests
IDNA: add a couple interesting ToASCII cases

Identified in whatwg/url#341 by karwa.
--

wpt-commits: 3d997a3ff43a545b3d36e12d55478fb264e6d0df
wpt-pr: 37907
  • Loading branch information
annevk authored and moz-wptsync-bot committed Jan 18, 2023
1 parent cd868cc commit df0eeb9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions testing/web-platform/tests/url/resources/toascii.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@
"input": "xn--a.ß",
"output": null
},
{
"input": "xn--ls8h=",
"output": null
},
{
"comment": "Invalid Punycode (contains non-ASCII character)",
"input": "xn--tešla",
Expand Down Expand Up @@ -172,5 +176,18 @@
{
"input": "xn--",
"output": null
},
{
"comment": "Interesting UseSTD3ASCIIRules=false cases",
"input": "",
"output": "xn--1ch"
},
{
"input": "",
"output": "xn--gdh"
},
{
"input": "",
"output": "xn--hdh"
}
]

0 comments on commit df0eeb9

Please sign in to comment.