# New Ticket Created by Moritz Lenz # Please include the string: [perl #121533] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=121533 >
This test from S06-macro/unouoting.t fails on raudo-moar, but passes on the other two backends: { # building an AST incrementally in a for loop macro podolsky() { my $q = quasi { 2 }; $q = quasi { 1 + {{{$q}}} } for ^2; $q; } is podolsky(), 4, "can build ASTs in a for loop"; } It dies at compile time with ===SORRY!=== Specified code ref has no outer