-
Notifications
You must be signed in to change notification settings - Fork 22
Commit 6787bf8
fix infinite loop bug when reading test cases
- pushing character back onto stream causes stream state to never fail
when test cases contain string and/or vector<string> for
paramater/return values
- simplest case found so far: parameter: string, return: string1 parent 540c076 commit 6787bf8
1 file changed
+0
-8
lines changedLines changed: 0 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 | - | ||
71 | - | ||
72 | - | ||
73 | - | ||
74 | 70 |
| |
75 | 71 |
| |
76 | 72 |
| |
| |||
94 | 90 |
| |
95 | 91 |
| |
96 | 92 |
| |
97 | - | ||
98 | - | ||
99 | - | ||
100 | - | ||
101 | 93 |
| |
102 | 94 |
| |
103 | 95 |
| |
|
0 commit comments