We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think to have found a minor issue, in URI parsing.
You can replicate this issue using the Wikipedia links. For example, parsing a local URL on Wikipedia:
<a href="/wiki/Help:IPA">....</a>
the URI.parse() method returns for protocol
/wiki/Help
and for path
IPA
and this is clearly wrong.
The text was updated successfully, but these errors were encountered:
good catch! I'll look into it
Sorry, something went wrong.
Fixing issue #49 - /wiki/Help:IPA would yield wrong protocol: "/wik…
/wiki/Help:IPA
7ed74b6
…i/Help"
This issue has been adressed and is fixed in v1.7.4
No branches or pull requests
I think to have found a minor issue, in URI parsing.
You can replicate this issue using the Wikipedia links. For example, parsing a local URL on Wikipedia:
the URI.parse() method returns for protocol
and for path
and this is clearly wrong.
The text was updated successfully, but these errors were encountered: