--- code/trunk/testdata/testinput2 2007/06/05 11:38:06 174 +++ code/trunk/testdata/testinput2 2007/06/11 13:38:38 175 @@ -2215,4 +2215,29 @@ /\g{A/ +/(?|(abc)|(xyz))/BZ + >abc< + >xyz< + +/(x)(?|(abc)|(xyz))(x)/BZ + xabcx + xxyzx + +/(x)(?|(abc)(pqr)|(xyz))(x)/BZ + xabcpqrx + xxyzx + +/(?|(abc)|(xyz))\1/ + abcabc + xyzxyz + ** Failers + abcxyz + xyzabc + +/(?|(abc)|(xyz))(?1)/ + abcabc + xyzabc + ** Failers + xyzxyz + / End of testinput2 /