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