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
This used to pass in 1.2.1:
$ go test -run TestValidateFormat --- FAIL: TestValidateFormat (0.00s) checkmail_test.go:94: " [email protected]" => expected error checkmail_test.go:94: "[email protected] " => expected error checkmail_test.go:94: " [email protected]" => expected error FAIL FAIL github.com/badoux/checkmail 0.003s FAIL
The text was updated successfully, but these errors were encountered:
Bisect says 9c951e8 or #31 (but there were many build failures in between, so may or may not be true.)
Sorry, something went wrong.
I'm seeing the same issue - the regexp change causes the failure.
Still broken in 1.2.4 as well.
No branches or pull requests
This used to pass in 1.2.1:
The text was updated successfully, but these errors were encountered: