Diff for /embedaddon/pcre/testdata/testoutput5 between versions 1.1.1.3 and 1.1.1.4

version 1.1.1.3, 2012/10/09 09:19:18 version 1.1.1.4, 2013/07/22 08:25:57
Line 276  No need char Line 276  No need char
 /[\xFF]/DZ  /[\xFF]/DZ
 ------------------------------------------------------------------  ------------------------------------------------------------------
         Bra          Bra
        \xff        \x{ff}
         Ket          Ket
         End          End
 ------------------------------------------------------------------  ------------------------------------------------------------------
Line 290  No need char Line 290  No need char
 /[^\xFF]/DZ  /[^\xFF]/DZ
 ------------------------------------------------------------------  ------------------------------------------------------------------
         Bra          Bra
        [^\xff]        [^\x{ff}]
         Ket          Ket
         End          End
 ------------------------------------------------------------------  ------------------------------------------------------------------
Line 786  No match Line 786  No match
 /[\H]/8BZ  /[\H]/8BZ
 ------------------------------------------------------------------  ------------------------------------------------------------------
         Bra          Bra
        [\x00-\x08\x0a-\x1f!-\x9f\xa1-\xff\x{100}-\x{167f}\x{1681}-\x{180d}\x{180f}-\x{1fff}\x{200b}-\x{202e}\x{2030}-\x{205e}\x{2060}-\x{2fff}\x{3001}-\x{10ffff}]        [\x00-\x08\x0a-\x1f!-\x9f\x{a1}-\x{167f}\x{1681}-\x{180d}\x{180f}-\x{1fff}\x{200b}-\x{202e}\x{2030}-\x{205e}\x{2060}-\x{2fff}\x{3001}-\x{10ffff}]
         Ket          Ket
         End          End
 ------------------------------------------------------------------  ------------------------------------------------------------------
Line 794  No match Line 794  No match
 /[\V]/8BZ  /[\V]/8BZ
 ------------------------------------------------------------------  ------------------------------------------------------------------
         Bra          Bra
        [\x00-\x09\x0e-\x84\x86-\xff\x{100}-\x{2027}\x{202a}-\x{10ffff}]        [\x00-\x09\x0e-\x84\x{86}-\x{2027}\x{202a}-\x{10ffff}]
         Ket          Ket
         End          End
 ------------------------------------------------------------------  ------------------------------------------------------------------
Line 1594  Failed: disallowed Unicode code point (>= 0xd800 && <= Line 1594  Failed: disallowed Unicode code point (>= 0xd800 && <=
 /[\H\x{d7ff}]+/8BZ  /[\H\x{d7ff}]+/8BZ
 ------------------------------------------------------------------  ------------------------------------------------------------------
         Bra          Bra
        [\x00-\x08\x0a-\x1f!-\x9f\xa1-\xff\x{100}-\x{167f}\x{1681}-\x{180d}\x{180f}-\x{1fff}\x{200b}-\x{202e}\x{2030}-\x{205e}\x{2060}-\x{2fff}\x{3001}-\x{10ffff}\x{d7ff}]+        [\x00-\x08\x0a-\x1f!-\x9f\x{a1}-\x{167f}\x{1681}-\x{180d}\x{180f}-\x{1fff}\x{200b}-\x{202e}\x{2030}-\x{205e}\x{2060}-\x{2fff}\x{3001}-\x{10ffff}\x{d7ff}]+
         Ket          Ket
         End          End
 ------------------------------------------------------------------  ------------------------------------------------------------------
Line 1634  Failed: disallowed Unicode code point (>= 0xd800 && <= Line 1634  Failed: disallowed Unicode code point (>= 0xd800 && <=
 /[\V\x{d7ff}]+/8BZ  /[\V\x{d7ff}]+/8BZ
 ------------------------------------------------------------------  ------------------------------------------------------------------
         Bra          Bra
        [\x00-\x09\x0e-\x84\x86-\xff\x{100}-\x{2027}\x{202a}-\x{10ffff}\x{d7ff}]+        [\x00-\x09\x0e-\x84\x{86}-\x{2027}\x{202a}-\x{10ffff}\x{d7ff}]+
         Ket          Ket
         End          End
 ------------------------------------------------------------------  ------------------------------------------------------------------
Line 1818  Partial match: \x{0d}\x{0d} Line 1818  Partial match: \x{0d}\x{0d}
   
 /(?<=\x{1234}\x{1234})\bxy/I8  /(?<=\x{1234}\x{1234})\bxy/I8
 Capturing subpattern count = 0  Capturing subpattern count = 0
   Max lookbehind = 2
 Options: utf  Options: utf
 First char = 'x'  First char = 'x'
 Need char = 'y'  Need char = 'y'
 Max lookbehind = 2  
   
 /(?<!^)ETA/8  /(?<!^)ETA/8
     ETA      ETA

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>