This is a minor bugfix and documentation release.
Bugs Fixed
- Finish actions applied immediately prior to a potentially-empty match are no longer dropped by
DFA.append_after
. (#3, cd28251, 53bbc12)
Infrastructure Changes
- Added note to documentation about the lack of generality with
$last
(666e240)
- Fix cross-references in documentation (5e00f1b)
- Remove mentions of deprecated snaps (0dc8a68)
- Show failing testcase for integration tests in assertion message (37ef846)