Searched refs:urlString (Results 1 – 1 of 1) sorted by relevance
172 std::string urlString = "/foo"; in TEST() local173 EXPECT_EQ(nlohmann::json(boost::urls::url(urlString)), urlString); in TEST()174 EXPECT_EQ(nlohmann::json(boost::urls::url_view(urlString)), urlString); in TEST()