Diff for /embedaddon/pcre/testdata/testinput1 between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2012/02/21 23:50:25 version 1.1.1.3, 2012/10/09 09:19:18
Line 5250  name were given. ---/  Line 5250  name were given. ---/ 
 /(another)?(\1+)test/  /(another)?(\1+)test/
     hello world test      hello world test
   
   /(a(*COMMIT)b){0}a(?1)|aac/
       aac
   
   /(?!a(*COMMIT)b)ac|cd/
       ac
   
   /((?:a?)*)*c/
     aac   
   
   /((?>a?)*)*c/
     aac   
   
 /-- End of testinput1 --/  /-- End of testinput1 --/

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


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