diff --git a/type_url_test.go b/type_url_test.go index 04bc725..a7597f6 100644 --- a/type_url_test.go +++ b/type_url_test.go @@ -450,11 +450,12 @@ var ( uri: URL{ ValidFlag: true, url: &url.URL{ - Scheme: "http", - Host: "www.google.com", - Path: "/", - RawQuery: "q=go+language", - Fragment: "foo&bar", + Scheme: "http", + Host: "www.google.com", + Path: "/", + RawQuery: "q=go+language", + Fragment: "foo&bar", + RawFragment: "foo%26bar", }, }, hostname: "www.google.com",