This repository has been archived by the owner on Jul 19, 2020. It is now read-only.
Remove ambiguity regarding ! token after {capture} token #148
Labels
enhancement
New feature or request
high priority
Issues with this tag will be worked on before others
Description
Placing a
!
after capture block is not allowed (but this restriction is only partially applied, which is also not ideal). This is done because some code innext_delimiter
would panic if it encounters a End token instead of an exact.Ideally the
!
should be allowed after capture blocks, butnext_delimiter
and the functions that utilize it may need to change in order to allow this.The text was updated successfully, but these errors were encountered: