On Wed, 22 Mar 2017 13:58:22 -0700, c...@zoffix.com wrote:
> Also affects :x and :nth modifiers
> 
> <Zoffix> m: 'mmmmmmm'.subst: :x(1..3), /m/, 'g'; say WHAT $/
> <camelia> rakudo-moar 6a77cd: OUTPUT: «(Match)␤»
> <Zoffix> m: 'mmmmmmm'.subst: :nth(1..3), /m/, 'g'; say WHAT $/
> <camelia> rakudo-moar 6a77cd: OUTPUT: «(Match)␤»

Thank you for the report. This is now fixed.

Fix:  https://github.com/rakudo/rakudo/commit/874fcdda2dc469f
Test: https://github.com/perl6/roast/commit/af02dd68eb7569b91

Reply via email to