--- embedaddon/pcre/testdata/testinput1 2012/02/21 23:50:25 1.1.1.2 +++ embedaddon/pcre/testdata/testinput1 2012/10/09 09:19:18 1.1.1.3 @@ -5250,4 +5250,16 @@ name were given. ---/ /(another)?(\1+)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 --/