Lines Matching defs:expect
91 static const std::string expect{" &GROUP1 INTS= 1 -2 4 -8 16 -32 "
104 EXPECT_EQ(got, expect);
126 EXPECT_EQ(got2, expect);
160 static const std::string expect{" &JUSTA A= 0 2 0 0 0 1/ "};
161 EXPECT_EQ(got, expect);
216 static const std::string expect{" &JUSTA A= 'aBCDEfgh'/ "};
217 EXPECT_EQ(got, expect);
245 static const std::string expect{" &JUSTA A= 'aBCDEfgh' 'iJKLMnop'/ "};
246 EXPECT_EQ(got, expect);
273 static const std::string expect{" &NML J= 123/ "};
274 EXPECT_EQ(got, expect);
304 static const std::string expect{" &NML Z= (-1,;2,) (-3,;,5)/ "};
305 EXPECT_EQ(got, expect);
333 static const std::string expect{" &NML J= 123/ "};
334 EXPECT_EQ(got, expect);