Re: the dirty half dozen (Re: perl@15662)
Mark Kvale [Tue, 2 Apr 2002 13:57:37 +0000 (05:57 -0800)]
Message-Id: <02040213573702.66352@ivy.ucsf.edu>

p4raw-id: //depot/perl@15709

t/op/re_tests

index 88f69f2..55bd637 100644 (file)
@@ -833,3 +833,4 @@ ab(?i)cd    abCd    y       -       -
 (.*?)(?<=c|b)c abcd    y       $1      ab
 (.*?)(?<=[bc]) abcd    y       $1      ab
 (.*?)(?<=[bc])c        abcd    y       $1      ab
+2(]*)?$\1      2       y       $&      2