url_parse_unittest.cc | 84 const char* ref; member in struct:__anon4319::URLParseCase 190 {"http://u:p@h:8/p?q#r", Parsed::REF, true, 18}, 191 {"http://u:p@h:8/p?q#r", Parsed::REF, false, 19}, 193 {"http://u:p@h:8/p?", Parsed::REF, true, 17}, 194 {"http://u:p@h:8/p?q", Parsed::REF, true, 18}, 208 {"", Parsed::REF, true, 0}, 233 // Input Scheme Usrname Passwd Host Port Path Query Ref 307 // Use the first question mark for the query and the ref. 345 EXPECT_TRUE(ComponentMatches(url, cases[i].ref, parsed.ref)); [all...] |