-
Notifications
You must be signed in to change notification settings - Fork 555
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
Tests for IsRequestURI and IsRequestURL fail #118
Comments
annismckenzie
pushed a commit
to annismckenzie/govalidator
that referenced
this issue
Apr 11, 2016
annismckenzie
added a commit
to annismckenzie/govalidator
that referenced
this issue
Apr 12, 2016
annismckenzie
added a commit
to annismckenzie/govalidator
that referenced
this issue
May 3, 2016
annismckenzie
added a commit
to annismckenzie/govalidator
that referenced
this issue
May 17, 2016
Fixed in #123 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
The tests for govalidator are failing with go 1.6:
Looking at the source code, I see that this uses
ParseRequestURI
fromnet/url
, which states in the documentation:So, I believe these URLs should not validate.
The text was updated successfully, but these errors were encountered: