This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix RT #6006: Regexp replaces using large replacement variables fail
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 23 Dec 2006 13:52:02 +0000 (13:52 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 23 Dec 2006 13:52:02 +0000 (13:52 +0000)
commit3be6978253328b9f1f41af44a42a6ef871b7117e
tree5949bd598819a9ed59530524da883fc818c6f971
parent77e96e885c8deb2690714e0ea791a75cf23d46a9
Fix RT #6006: Regexp replaces using large replacement variables fail
some of the time (i.e. when the substitution contains something
like ${10}). Patch derived from a patch by Hugo van der Sanden;
added also a second test (Yves Orton already added a TODO test
for this.)

p4raw-id: //depot/perl@29616
op.c
t/op/subst.t