In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/3bce0506564aac8d4ed477fca801708e58b220ff?hp=956cae9a39d38cbf579796dfaf373bdc31552184>
- Log ----------------------------------------------------------------- commit 3bce0506564aac8d4ed477fca801708e58b220ff Author: Vincent Pit <[email protected]> Date: Fri Jun 26 21:14:00 2009 +0200 One more regression test for RT #59734 ----------------------------------------------------------------------- Summary of changes: t/op/re_tests | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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 -- Perl5 Master Repository
