--- code/trunk/testdata/testinput4 2007/02/24 21:40:18 69 +++ code/tags/pcre-5.0/testdata/testinput4 2007/02/24 21:40:39 76 @@ -228,19 +228,12 @@ > >X Y > >\x{100} Y -/\W/8 - A.B - A\x{100}B - /\d/8 \x{100}3 /\s/8 \x{100} X -/\w/8 - \x{100}X - /\D+/8 12abcd34 *** Failers @@ -479,7 +472,7 @@ Z \x{100} *** Failers - \x{101} + \x{102} y /[\xFF]/ @@ -510,4 +503,11 @@ /^\d*b/8 xb +/(|a)/g8 + catac + a\x{256}a + +/^\x{85}$/8i + \x{85} + / End of testinput4 /