From: Hugo van der Sanden Date: Sat, 22 Jul 2000 18:12:58 +0000 (+0100) Subject: Add tests for X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=66417f8481fa145150d67cc9c9373be6a91826a9;p=p5sagit%2Fp5-mst-13.2.git Add tests for [ID 19991110.003] another matching finding by pcre author which has already been fixed by some patch, as verified in Subject: Re: two regex bugs from the mists of time (well, last November) Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk> p4raw-id: //depot/perl@6427 --- diff --git a/t/op/re_tests b/t/op/re_tests index 1e95a35..421442d 100644 --- a/t/op/re_tests +++ b/t/op/re_tests @@ -760,3 +760,5 @@ tt+$ xxxtt y - - '(?!\A)x'm a\nxb\n y - - ^(a(b)?)+$ aba y -$1-$2- -a-- ^(aa(bb)?)+$ aabbaa y -$1-$2- -aa-- +^(a)?a$ a y -$1- -- +^(a)?(?(1)a|b)+$ a n - -