]> git.notmuchmail.org Git - notmuch/commitdiff
Prepend regerror() messages with "regexp error: "
authorLuis Ressel <aranea@aixah.de>
Mon, 11 Mar 2019 17:14:49 +0000 (18:14 +0100)
committerDavid Bremner <david@tethera.net>
Tue, 12 Mar 2019 01:24:55 +0000 (22:24 -0300)
The exact error messages returned by regerror() aren't standardized;
relying on them isn't portable. Thus, add a a prefix to make clear that
the subsequent message is a regexp parsing error, and only look for this
prefix in the test suite, ignoring the rest of the message.


No differences found