[pcre-dev] 'Hard' partial matching don't work with some asse…

Góra strony
Delete this message
Autor: ND
Data:  
Dla: Pcre-dev
Temat: [pcre-dev] 'Hard' partial matching don't work with some assertions
Hi!

PCRE 8.10

Patterns: '\z', '$', '(?!\A)\b' successfully matches with partial 'hard'
option against subject string '1'. I think this is wrong behaviour. I
waits 'PCRE_ERROR_PARTIAL' instead.

Thanx.