url_parse_unittest.cc | 62 const char* ref; member in struct:url_parse::__anon15217::URLParseCase 94 const char* ref; member in struct:url_parse::__anon15217::FileSystemURLParseCase 179 {"http://u:p@h:8/p?q#r", Parsed::REF, true, 18}, 180 {"http://u:p@h:8/p?q#r", Parsed::REF, false, 19}, 182 {"http://u:p@h:8/p?", Parsed::REF, true, 17}, 183 {"http://u:p@h:8/p?q", Parsed::REF, true, 18}, 197 {"", Parsed::REF, true, 0}, 222 // Input Scheme Usrname Passwd Host Port Path Query Ref 296 // Use the first question mark for the query and the ref. 334 EXPECT_TRUE(ComponentMatches(url, cases[i].ref, parsed.ref)) [all...] |