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
From #25 (comment)
Instead of:
irb(main):003:0> Twingly::URL.parse("www..hej..se").to_s => "http://www..hej..se" irb(main):004:0> Twingly::URL.parse("www..hej..se").normalized.to_s => "http://www..hej..se/"
It would do this:
irb(main):003:0> Twingly::URL.parse("www..hej..se").to_s => "http://www..hej..se" irb(main):004:0> Twingly::URL.parse("www..hej..se").normalized.to_s => "http://www.hej.se/"
We might want to change the behaviour in the .NET-normalization as well: #25 (comment)
The text was updated successfully, but these errors were encountered:
Answered in #25 that I don't think these URLs should be valid. If that stands, this issue can be closed without action.
Sorry, something went wrong.
4+ years later I got what I wanted 😄 with #158 these URLs are now considered invalid. This issue can be closed. :)
Successfully merging a pull request may close this issue.
From #25 (comment)
Instead of:
It would do this:
We might want to change the behaviour in the .NET-normalization as well: #25 (comment)
The text was updated successfully, but these errors were encountered: