Re: [whatwg/url] Fix: allow percent encoded code points in the non-special URLs host (#218)

It looks like you missed `<hr>` before "IPv4 number parser".

I can add tests, I think to add these URLs:
`non-special://%E2%80%A0/`
`non-special://H%4fSt/path`
`non-special://[1:2::3]/`
`non-special://[1:2::3]:80/`
`non-special://[:80/`

I found one test in the current test suite, which will fail:
`sc://%/` (becomes valid after this patch)
So maybe remove it?

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

Received on Wednesday, 8 February 2017 12:51:37 UTC