Home | History | Annotate | Download | only in url

Lines Matching refs:rel

999 	base, rel, expected string
1128 rel := mustParse(test.rel)
1129 url := base.ResolveReference(rel)
1131 t.Errorf("URL(%q).ResolveReference(%q)\ngot %q\nwant %q", test.base, test.rel, got, test.expected)
1138 url, err := base.Parse(test.rel)
1140 t.Errorf("URL(%q).Parse(%q) failed: %v", test.base, test.rel, err)
1142 t.Errorf("URL(%q).Parse(%q)\ngot %q\nwant %q", test.base, test.rel, got, test.expected)