Home | History | Annotate | Download | only in tests

Lines Matching full:pass

54     const char* pass;
70 const char* pass;
79 {"https://me:pass@google.com:23#foo", "https", "google.com", 23, "me", "pass", 0, 0, "foo", true},
91 EXPECT_EQ(cases[i].pass, kurl.pass());
105 EXPECT_EQ(cases[i].pass, kurl.pass());
118 // url protocol host port user pass path lastPath query ref
142 EXPECT_EQ(cases[i].pass, kurl.pass());
196 const char* pass;
211 // url protocol host port user pass path query ref
212 {"http://www.google.com/", "https", "news.google.com", 8888, "me", "pass", "/foo", "?q=asdf", "heehee",
217 "https://me:pass@news.google.com:8888/",
218 "https://me:pass@news.google.com:8888/foo",
219 "https://me:pass@news.google.com:8888/foo?q=asdf",
220 "https://me:pass@news.google.com:8888/foo?q=asdf#heehee"},
222 {"https://me:pass@google.com:88/a?f#b", "http", "goo.com", 92, "", "", "/", 0, "",
223 "http://me:pass@google.com:88/a?f#b",
224 "http://me:pass@goo.com:88/a?f#b",
225 "http://me:pass@goo.com:92/a?f#b",
226 "http://:pass@goo.com:92/a?f#b",
248 kurl.setPass(cases[i].pass);
540 const char* src = "http://user:pass@google.com/";
545 EXPECT_EQ("http://:pass@google.com/", kurl.string());
559 const char* src1 = "http://user:pass@google.com/foo/bar.html?baz=query#ref";