Home | History | Annotate | Download | only in url

Lines Matching refs:ResolveReference

1129 		url := base.ResolveReference(rel)
1131 t.Errorf("URL(%q).ResolveReference(%q)\ngot %q\nwant %q", test.base, test.rel, got, test.expected)
1135 t.Errorf("Expected URL.ResolveReference to return new URL instance.")
1148 url = base.ResolveReference(opaque)
1150 t.Errorf("ResolveReference failed to resolve opaque URL:\ngot %#v\nwant %#v", url, opaque)