Skip to content
Snippets Groups Projects
Commit 46164756 authored by Sven M. Hallberg's avatar Sven M. Hallberg
Browse files

add a test for using dummy iterative with multiple chunks

The test fails because currently parsers that fail may leave the input stream
in any indeterminate state. Parsers that backtrack (h_many, h_choice,
h_optional, etc.) do not propagate an overrun of their subordinate parsers to
h_packrat_parse_chunk where we would detect it and fail.
parent b28f5427
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment