replace zxq.co/ripple/hanayo
This commit is contained in:
12
vendor/github.com/valyala/fasthttp/uri_windows_test.go
generated
vendored
Normal file
12
vendor/github.com/valyala/fasthttp/uri_windows_test.go
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
// +build windows
|
||||
|
||||
package fasthttp
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestURIPathNormalizeIssue86(t *testing.T) {
|
||||
// see https://github.com/valyala/fasthttp/issues/86
|
||||
var u URI
|
||||
|
||||
testURIPathNormalize(t, &u, `C:\a\b\c\fs.go`, `C:\a\b\c\fs.go`)
|
||||
}
|
Reference in New Issue
Block a user