--- code/trunk/testdata/testinput2 2009/10/05 10:59:35 461 +++ code/trunk/testdata/testinput2 2009/10/17 19:55:02 462 @@ -3125,4 +3125,26 @@ ** Failers abcdde +/abcd*/ + xxxxabcd\P + xxxxabcd\P\P + +/abcd*/i + xxxxabcd\P + xxxxabcd\P\P + XXXXABCD\P + XXXXABCD\P\P + +/abc\d*/ + xxxxabc1\P + xxxxabc1\P\P + +/(a)bc\1*/ + xxxxabca\P + xxxxabca\P\P + +/abc[de]*/ + xxxxabcde\P + xxxxabcde\P\P + /-- End of testinput2 --/