From: Vincent Pit Date: Fri, 26 Jun 2009 19:14:00 +0000 (+0200) Subject: One more regression test for RT #59734 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3bce0506564aac8d4ed477fca801708e58b220ff;p=p5sagit%2Fp5-mst-13.2.git One more regression test for RT #59734 --- diff --git a/t/op/re_tests b/t/op/re_tests index 89934fd..8c7381f 100644 --- a/t/op/re_tests +++ b/t/op/re_tests @@ -1302,6 +1302,7 @@ a*(*F) aaaab n - - X(\w+)(?=\s)|X(\w+) Xab y [$1-$2] [-ab] #check that branch reset works ok. +(?|(a)) a y $1-$+-$^N a-a-a (?|a(.)b|d(.(o).)d|i(.)(.)j)(.) d!o!da y $1-$2-$3 !o!-o-a (?|a(.)b|d(.(o).)d|i(.)(.)j)(.) aabc y $1-$2-$3 a--c (?|a(.)b|d(.(o).)d|i(.)(.)j)(.) ixyjp y $1-$2-$3 x-y-p