-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Normalize: ".twingly.com" -> "www.twingly.com"? #70
Comments
Run-time exception (line 7): Invalid URI: The hostname could not be parsed.
Stack Trace:
[System.UriFormatException: Invalid URI: The hostname could not be parsed.]
at Program.Main(): line 7 |
That's the output from |
Tried
|
Agree. This one has solved itself 😄 $ pry
[1] pry(main)> require "twingly/url"
=> true
[2] pry(main)> Twingly::URL::VERSION
=> "5.0.1"
[3] pry(main)> Twingly::URL.parse("http://.twingly.com/")
=> #<Twingly::URL::NullURL:0x007fc4e4dcc520> We have very similar test cases "http://.com.my/",
"http://.net", but I will add another one just to be sure, before closing this. |
No, I will close this first, as wontfix. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found this in my
git stash
, with the name "dot problem" (yes, it looks kinda old, before rspec...)I will leave it here so I can clean my stash... :) We should probably check with our .NET version.
Current master (4d507d9)
Slightly related to #52 perhaps.
The text was updated successfully, but these errors were encountered: