Skip to content

Minor fixes for ruby 2.4+

Compare
Choose a tag to compare
@tom-lord tom-lord released this 09 Nov 20:14
· 81 commits to master since this release

This release comes with two significant fixes:

  1. /[[:punct:]]/.examples can now return all possible characters for ruby 2.4.0+. (The definition of this character set has changed in the latest minor ruby version.)
  2. /foo\Z/.examples will now return "foo" and "foo\n". This fixes a long-standing bug in the library.