Commit 1b6c9c2
committed
[test] Fix infinite loop when we run out of input
d6930c7 introduced Status.INPUT_END but didn't introduce the means
to handle that eventuality. It looks like the intention might have been
to exit with success if we've got to the end of input.
However, if we run out of input and still have matches pending, I'm
treating this as a failure1 parent e0393a4 commit 1b6c9c2
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
96 | 108 | | |
97 | 109 | | |
98 | 110 | | |
| |||
0 commit comments