[pcre-dev] JIT mark problem

Kezdőlap
Üzenet törlése
Szerző: Ralf Junker
Dátum:  
Címzett: pcre-dev@exim.org
Tárgy: [pcre-dev] JIT mark problem
The following pattern does not report the 'm' mark when run in JIT mode.
The following output is from pcretest SVN 957:

/(*NO_START_OPT)a(*:m)b/K
a
No match, mark = m

/(*NO_START_OPT)a(*:m)b/KS++
a
No match (JIT)

Ralf