| author | |
| committer | |
| log | 427ca3597d0d1084c024a8931447c51a666cdfd6 |
| tree | e37517ad7e4c650fc47bdd9e5569bd54cba82504 |
| parent | ed98b6d8080e99a84940a25011f3f60334648f7f |
1 files changed, 1 insertions(+), 0 deletions(-)
intrusive_parser.zig+1| ... | @@ -126,6 +126,7 @@ pub const Parser = struct { | ... | @@ -126,6 +126,7 @@ pub const Parser = struct { |
| 126 | continue; | 126 | continue; |
| 127 | }; | 127 | }; |
| 128 | p.idx += amt; | 128 | p.idx += amt; |
| 129 | p.idx += 1; | ||
| 129 | const end = p.idx; | 130 | const end = p.idx; |
| 130 | return .{ start, end }; | 131 | return .{ start, end }; |
| 131 | } | 132 | } |