Home | History | Annotate | Download | only in tests

Lines Matching full:sqexp

208      std::string sqexp = squeezeWhite(expected, "expected");
219 EXPECT_STREQ(sqexp.c_str(), sqact.c_str());
221 std::size_t foundpos = sqact.find(sqexp);
226 std::cerr << " Expected: \"" << sqexp << "\"\n";