Diff for /embedaddon/pcre/testdata/testoutput11-8 between versions 1.1.1.1 and 1.1.1.3

version 1.1.1.1, 2012/02/21 23:50:25 version 1.1.1.3, 2013/07/22 08:25:57
Line 591  Memory allocation (code space): 9 Line 591  Memory allocation (code space): 9
 Memory allocation (code space): 9  Memory allocation (code space): 9
 ------------------------------------------------------------------  ------------------------------------------------------------------
   0   5 Bra    0   5 Bra
  3     \xaa  3     \x{aa}
   5   5 Ket    5   5 Ket
   8     End    8     End
 ------------------------------------------------------------------  ------------------------------------------------------------------
Line 627  Memory allocation (code space): 9 Line 627  Memory allocation (code space): 9
 Memory allocation (code space): 9  Memory allocation (code space): 9
 ------------------------------------------------------------------  ------------------------------------------------------------------
   0   5 Bra    0   5 Bra
  3     [^\xaa]  3     [^\x{aa}]
   5   5 Ket    5   5 Ket
   8     End    8     End
 ------------------------------------------------------------------  ------------------------------------------------------------------
   
 /[^\xaa]/8BM  /[^\xaa]/8BM
Memory allocation (code space): 40Memory allocation (code space): 10
 ------------------------------------------------------------------  ------------------------------------------------------------------
  0  36 Bra  0   6 Bra
  3     [\x00-\xa9\xab-\xff] (neg)  3     [^\x{aa}]
 36  36 Ket  6   6 Ket
 39     End  9     End
 ------------------------------------------------------------------  ------------------------------------------------------------------
   
 /[^\d]/8WB  /[^\d]/8WB

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


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