# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #115582] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=115582 >
<masak> r: macro f($x) { quasi { "{{{{$x}}}} (just testing macros)" } } ; say f "ok" <p6eval> rakudo 64208d: OUTPUT«===SORRY!===Error while compiling block [...] Unknown QAST node type QAST::Unquote [...] <masak> this one is indeed interesting. <masak> TimToady: would you expect {{{}}} or { {{{}}} } inside a qq string in a quasi? * masak submits rakudobug <jnthn> masak: I think the answer is that quasis only have meaning in the MAIN language, so you need to be inside the closure. <masak> I think that's sane, yes. <jnthn> er, please confirm STD actually belives what I just told you :P