Searched defs:StripWs (Results 1 – 1 of 1) sorted by relevance
867 class StripWs : public ::testing::TestWithParam<std::tuple<string, string>> {}; class869 TEST_P(StripWs, AlwaysStripsLeadingAndTrailingWhitespace) { in TEST_P() argument