Lines Matching defs:expect_end
47 size_t expect_end = 1;
48 if (end != expect_end) {
52 "but got %zu\n", expect_end, end);
75 size_t expect_end = 12;
76 if (match.start != expect_start || match.end != expect_end) {
81 expect_start, expect_end, match.start, match.end);
132 size_t expect_end = 12;
134 if (match.start != expect_start || match.end != expect_end) {
140 expect_start, expect_end, match.start, match.end);
170 size_t expect_end = 3;
171 if (match.start != expect_start || match.end != expect_end) {
176 expect_start, expect_end, match.start, match.end);
193 expect_end = 7;
194 if (match.start != expect_start || match.end != expect_end) {
199 expect_start, expect_end, match.start, match.end);