Re: [whatwg/url] Double-encoded IDNA labels don't roundtrip (#603)

@annevk rust-url fuzzing has found another test case for IDNA that doesn't round-trip: `http://a.xn--xn-----/`
| input | output | Live URL Viewer |
| --- | -- | -- |
| http://a.xn--xn-----/ | http://a.xn----/ | [link](https://jsdom.github.io/whatwg-url/#url=aHR0cDovL2EueG4tLXhuLS0tLS0v&base=YWJvdXQ6Ymxhbms=) |
| http://a.xn----/ | http://a.-/ | [link](https://jsdom.github.io/whatwg-url/#url=aHR0cDovL2EueG4tLS0tLw==&base=YWJvdXQ6Ymxhbms=)

Should we reopen this, or open a new issue?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/603#issuecomment-1462034815
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/url/issues/603/1462034815@github.com>

Received on Thursday, 9 March 2023 13:06:44 UTC