checkmail icon indicating copy to clipboard operation
checkmail copied to clipboard

TestValidateFormat fails in 1.2.3

Open QuLogic opened this issue 3 years ago • 3 comments

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

QuLogic avatar Jul 12 '21 07:07 QuLogic

Bisect says 9c951e8f02db21a69ecc24b9901694dff0e3e0e1 or #31 (but there were many build failures in between, so may or may not be true.)

QuLogic avatar Jul 12 '21 07:07 QuLogic

I'm seeing the same issue - the regexp change causes the failure.

bensie avatar Feb 15 '22 23:02 bensie

Still broken in 1.2.4 as well.

QuLogic avatar Feb 03 '24 05:02 QuLogic