--- embedaddon/pcre/testdata/testinput9 2012/02/21 23:50:25 1.1.1.2 +++ embedaddon/pcre/testdata/testinput9 2013/07/22 08:25:57 1.1.1.3 @@ -688,4 +688,30 @@ /(?<=ab\Cde)X/8 +/./8 + \r\P + \r\P\P + +/.{2,3}/8 + \r\P + \r\P\P + \r\r\P + \r\r\P\P + \r\r\r\P + \r\r\r\P\P + +/.{2,3}?/8 + \r\P + \r\P\P + \r\r\P + \r\r\P\P + \r\r\r\P + \r\r\r\P\P + +/[^\x{100}]/8 + \x{100}\x{101}X + +/[^\x{100}]+/8 + \x{100}\x{101}X + /-- End of testinput9 --/