--- code/trunk/testdata/testoutput6 2007/08/15 15:21:04 217 +++ code/trunk/testdata/testoutput6 2007/08/16 10:13:23 218 @@ -1478,4 +1478,20 @@ End ------------------------------------------------------------------ +/[\P{Any}\E]/BZ +------------------------------------------------------------------ + Bra + [\P{Any}] + Ket + End +------------------------------------------------------------------ + +/(\P{Yi}+\277)/ + +/(\P{Yi}+\277)?/ + +/(?<=\P{Yi}{3}A)X/ + +/\p{Yi}+(\P{Yi}+)(?1)/ + / End of testinput6 /