Forgot from #14115.
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 7 Jan 2002 13:49:17 +0000 (13:49 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 7 Jan 2002 13:49:17 +0000 (13:49 +0000)
p4raw-id: //depot/perl@14116

t/op/re_tests

index 3d939a6..1555610 100644 (file)
@@ -797,3 +797,4 @@ ab(?i)cd    abCd    y       -       -
 (A|B)*?(?(1)(CD)|(CD)) CD      y       $2-$3   -CD     # [ID 20010803.016]
 (A|B)*?(?(1)(CD)|(CD)) ABCD    y       $2-$3   CD-
 '^(o)(?!.*\1)'i        Oo      n       -       -
+(.*)\d+\1      abc12bc y       $1      bc