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