PCRE2Project / pcre2

PCRE2 development is now based here.
Other
921 stars 194 forks source link

Inconsistency with non-atomic lookbehinds #348

Closed addisoncrump closed 1 year ago

addisoncrump commented 1 year ago

I have bisected this issue to 494e76578a9e00e9f9a22a9d26e3cdf939d37b4a. This makes it unique from #346.

$ ./pcre2test -jit
PCRE2 version 10.43-DEV 2023-04-14 (8-bit)
  re> /(?<*a?(?=b))/
data> b
No match
data> b\=no_jit
 0: 
addisoncrump commented 1 year ago

Actually, I can't read. That's the same commit.