<TimToady> the problem with /(<$re>)/ is that the <> is still going to throw away the captured material inside because it doesn't start with alpha <jnthn> oh! <TimToady> r: my $re = rx {.(.).}; say 'abc' ~~ /$0=<$re>/ <camelia> rakudo ce8b5f: OUTPUT«「abc」 0 => 「abc」 0 => 「b」» <masak> \o/ <masak> TimToady: so the rakudobug is a dud? <TimToady> /(<$re>)/ is behaving correctly * masak marks the rakudobug 'rejected'
- [perl #118737] [BUG] Match object loses its inner match... Carl Mäsak
- [perl #118737] [BUG] Match object loses its inner ... Carl Mäsak via RT