This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix and add tests for *PRUNE/*THEN plus leading non-greedy +
authorYves Orton <demerphq@gmail.com>
Sat, 22 Jun 2013 16:17:09 +0000 (18:17 +0200)
committerYves Orton <demerphq@gmail.com>
Sat, 22 Jun 2013 16:42:01 +0000 (18:42 +0200)
commitb8f6efdd9cee0ae5cd4adf5a15aebb2984f57fda
tree589b95a5eb84811c08a9b4ed6993899c21624ca8
parent337ff3078c4082e843af19536e11f70d3d14bfe9
Fix and add tests for *PRUNE/*THEN plus leading non-greedy +

"aaabc" should match /a+?(*THEN)bc/ with "abc".
embed.h
proto.h
regcomp.c
regnodes.h
t/re/re_tests
t/re/regexp.t