mirror of
https://github.com/golang/go
synced 2024-11-26 23:01:23 -07:00
remove #
This commit is contained in:
parent
d177cf8d34
commit
1981db1647
@ -1054,7 +1054,7 @@ func TestRequestCloneTransferEncoding(t *testing.T) {
|
||||
}
|
||||
|
||||
// Ensure that Request.Clone works correctly with PathValue.
|
||||
// See issue #64911.
|
||||
// See issue 64911.
|
||||
func TestRequestClonePathValue(t *testing.T) {
|
||||
req, _ := http.NewRequest("GET", "https://example.org/", nil)
|
||||
req.SetPathValue("p1", "orig")
|
||||
|
Loading…
Reference in New Issue
Block a user