--- code/trunk/testdata/testinput7 2008/04/18 20:00:21 340 +++ code/trunk/testdata/testinput7 2008/04/19 16:41:04 341 @@ -4364,5 +4364,32 @@ a\r\r\r\r\rb a\x85\85b\ a\x0b\0bb\ + +/a(?!)|\wbc/ + abc + +/a[]b/ + ** Failers + ab + +/a[]+b/ + ** Failers + ab + +/a[]*+b/ + ** Failers + ab + +/a[^]b/ + aXb + a\nb + ** Failers + ab + +/a[^]+b/ + aXb + a\nX\nXb + ** Failers + ab / End of testinput7 /