This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix a2p translation of '{print "a" "b" "c"}'
[perl5.git] / t / re_tests
CommitLineData
a0d0e21e 1a.+?c abcabc y $& abc
a0d0e21e
LW
2(a+|b)* ab y $&-$1 ab-b
3(a+|b){0,} ab y $&-$1 ab-b