regex: update regression test

Sadly, PCRE2 has different behavior (but doesn't panic). We should look
into that, but for now, this is good enough.

Also, update the CHANGELOG.

Ref #1891
This commit is contained in:
Andrew Gallant
2021-06-12 16:22:30 -04:00
parent bc76a30c23
commit 7ce66f73cf
2 changed files with 14 additions and 2 deletions

View File

@@ -1,7 +1,12 @@
TBD
===
13.0.1
======
Unreleased changes. Release notes have not yet been written.
Bug fixes:
* [BUG #1891](https://github.com/BurntSushi/ripgrep/issues/1891):
Fix bug when using `-w` with a regex that can match the empty string.
13.0.0 (2021-06-12)
===================