Skip to content

Fix randomness regression

Compare
Choose a tag to compare
@tom-lord tom-lord released this 29 Jul 12:49
· 41 commits to master since this release

This release contains a significant fix to Regexp#random_example, as reported here: #21

There are also some minor additions/bug fixes

  • Added (limited) support for the absence operator.
  • Fixed back-reference group counter when using non-capture groups or comment groups. (This impacts regex example generation when the back-reference number is after one of the aforementioned group types.)