You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An automatic rebuild against Go 1.13rc1 has started failing due to a panic in TestAnchorExternalHrefMalformed. I believe this is because Go has become stricter about parsing invalid ports. (This may also have been backported to 1.12.? and 1.11.?.)
To Reproduce
Steps to reproduce the behaviour:
Install Go 1.13rc1
Run go test on htmltest
.htmltest.yml
I don't have anything specific, just whatever's in the test.
Describe the bug
An automatic rebuild against Go 1.13rc1 has started failing due to a panic in
TestAnchorExternalHrefMalformed
. I believe this is because Go has become stricter about parsing invalid ports. (This may also have been backported to 1.12.? and 1.11.?.)To Reproduce
Steps to reproduce the behaviour:
go test
on htmltest.htmltest.yml
I don't have anything specific, just whatever's in the test.
Expected behaviour
Tests pass
Actual behaviour
Versions
The text was updated successfully, but these errors were encountered: