Skip to content

Commit e6844c5

Browse files
committed
shorter issue link
1 parent bd26c57 commit e6844c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net/url/url_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1437,7 +1437,7 @@ func TestParseErrors(t *testing.T) {
14371437
{"http://[%10::1]", true}, // no %xx escapes in IP address
14381438
{"http://[::1]/%48", false}, // %xx in path is fine
14391439
{"http://%41:8080/", true}, // not allowed: % encoding only for non-ASCII
1440-
{"mysql://x@y(z:123)/foo", true}, // not well-formed per RFC 3986, github.com/golang/go/issues/33646
1440+
{"mysql://x@y(z:123)/foo", true}, // not well-formed per RFC 3986, golang.org/issue/33646
14411441
{"mysql://x@y(1.2.3.4:123)/foo", true},
14421442

14431443
{"http://[]%20%48%54%54%50%2f%31%2e%31%0a%4d%79%48%65%61%64%65%72%3a%20%31%32%33%0a%0a/", true}, // golang.org/issue/11208

0 commit comments

Comments
 (0)