]> Cypherpunks repositories - gostls13.git/commit
net/url: add test of "Windows" file URL
authorRuss Cox <rsc@golang.org>
Thu, 3 Apr 2014 20:10:33 +0000 (16:10 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 3 Apr 2014 20:10:33 +0000 (16:10 -0400)
commit844b625ebcc7101e09fb87828a0e71db942a2416
tree45c36514b920746f84ad22102ff9a2d6729561b9
parent730db0affc642530daf9129f4fbc89a4e40f9c95
net/url: add test of "Windows" file URL

This is just testing the status quo, so that any future attempt
to change it will make the test break and redirect the person
making the change to look at issue 6027.

Fixes #6027.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/83930046
src/pkg/net/url/url_test.go