@@ -62,7 +62,7 @@ |
||
| 62 | 62 | if ($skip !== false) { |
| 63 | 63 | $match = $this->parser->parse($input, $offset + $length + $skip, $context); |
| 64 | 64 | if ($match instanceof Success) { |
| 65 | - $length += $skip + $match->length; |
|
| 65 | + $length += $skip + $match->length; |
|
| 66 | 66 | $child_matches[] = $match; |
| 67 | 67 | } |
| 68 | 68 | } |