Re: [pcre-dev] PCRE2 10.30-RC1 test release

Top Page
Delete this message
Author: Petr Pisar
Date:  
To: pcre-dev
Subject: Re: [pcre-dev] PCRE2 10.30-RC1 test release
On Wed, Jul 19, 2017 at 05:12:39PM +0100, ph10@??? wrote:
> I have just put the tarballs for the 10.30-RC1 test release in the usual
> place:
>

I found a bug in the /xx implementation:

$ ./pcre2test
PCRE2 version 10.30-RC1 2017-07-18
re> /(?x:[a b])/xx
data> " "

No match

This should match because the inner option (?x) overrides the outer one (/xx).
See <https://github.com/rurban/re-engine-PCRE2/issues/28> for more details.

-- Petr