rurban/re-engine-PCRE2

check version-specific failures

rurban opened this issue · 1 comments

Those fail in the split test t/s.t: 5.10,5.12,5.18.5.20,5.26. cperl 5.26 is good.

Caused by wrong expr argument to op_comp.

A wrong cSVOPx_sv(expr), e.g. from a list op list -> pushmark -> const(SVOP).
Fixed with 89710d3