--- code/trunk/testdata/testinput11 2009/09/18 19:12:35 453 +++ code/trunk/testdata/testinput11 2009/09/22 09:42:11 454 @@ -270,4 +270,17 @@ rhubarb the quick brown fox +/(a)(?<=b(?1))/ + baz + ** Failers + caz + +/(?<=b(?1))(a)/ + zbaaz + ** Failers + aaa + +/(?a)(?<=b(?&X))/ + baz + /-- End of testinput11 --/