Searched refs:after_first_match (Results 1 – 1 of 1) sorted by relevance
534 std::string after_first_match = output.substr(output.find(kRemoved) + kRemoved.size()); in TEST() local535 EXPECT_THAT(after_first_match, Not(HasSubstr(kRemoved))); in TEST()