core-wg / href

Other
2 stars 0 forks source link

tests: questionmarks in paths need to be percent encoded #45

Closed chrysn closed 2 years ago

chrysn commented 2 years ago

This splits the example into what the URI said (there is a query parameter) and what the CRI said (there is a question mark in the path).


This is the only error I've identified so far in the tests; note that I'm only resolving CRIs and converting CRIs to URIs so far, so the "uri" fields are generally still unchecked by me.

chrysn commented 2 years ago

Is there any discussion necessary on whether these changes are correct, or can we just merge this?