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

Top Page
Delete this message
Author: ND
Date:  
To: Pcre-dev
Subject: [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.