Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug with iteration of empty character class
Check that there is at least one character class before applying the regex nodes. When compiling the 'conj' regex node, it expects to be able to shift off at least one child node and iterates past the end as a result. Fixes [Rakudo Issue #1622](rakudo/rakudo#1622)
- Loading branch information