v1.6.1
- 100% unit test coverage! This does not mean bugs won't exist, but it keeps us much safer against regressions in the future.
- BUGFIX:
Parsimmon.regexp(regexp, group)
will now correctly fail to parse if thegroup
number is out of range for theregexp
number of groups. This worked correctly in the past, but was broken during a minor code clean up due to missing tests.