Lines Matching full:foo*
110 test("/foo/bar", "baz");
111 test("/foo/bar", "../baz");
112 test("/foo/bar", "/baz");
113 test("/foo/bar", "../../../baz");
114 test("http://server/foo/", "baz");
115 test("http://server/foo/bar", "baz");
116 test("http://server/foo/", "../baz");
117 test("http://server/foo/bar/123", "../../baz");
118 test("http://server/foo/bar/123", "/baz");
119 test("http://server/foo/bar/123", "https://other/url");
120 test("http://server/foo/bar?param=value/with/slashes", "/baz");
121 test("http://server/foo/bar?param&otherparam", "?someparam");
122 test("http://server/foo/bar", "//other/url");
123 test("http://server/foo/bar", "../../../../../other/url");
124 test("http://server/foo/bar", "/../../../../../other/url");
125 test("http://server/foo/bar", "/test/../../../../../other/url");
126 test("http://server/foo/bar", "/test/../../test/../../../other/url");
127 test("http://server/foo/bar", "file:../baz/qux");
128 test("http://server/foo//bar/", "../../");
129 test("file:../tmp/foo", "../bar/");
130 test("file:../tmp/foo", "file:../bar/");
131 test("http://server/foo/bar", "./");
132 test("http://server/foo/bar", ".dotfile");
133 test("http://server/foo/bar", "..doubledotfile");
134 test("http://server/foo/bar", "double..dotfile");
135 test("http://server/foo/bar", "doubledotfile..");
196 test2("/foo/bar");
197 test2("http://server/foo/");
198 test2("http://example.com/foo/bar");
199 test2("http://user:pass@localhost:8080/foo/bar/123");
200 test2("http://server/foo/bar?param=value/with/slashes");