From: Mark Kvale Date: Tue, 2 Apr 2002 13:57:37 +0000 (-0800) Subject: Re: the dirty half dozen (Re: perl@15662) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d3aea5f7e46eb78c91b150056d22f30e1bf4ddfa;p=p5sagit%2Fp5-mst-13.2.git Re: the dirty half dozen (Re: perl@15662) Message-Id: <02040213573702.66352@ivy.ucsf.edu> p4raw-id: //depot/perl@15709 --- diff --git a/t/op/re_tests b/t/op/re_tests index 88f69f2..55bd637 100644 --- a/t/op/re_tests +++ b/t/op/re_tests @@ -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