# New Ticket Created by  卓明亮 
# Please include the string:  [perl #75064]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=75064 >


> rakudo: eval " class Foo\{ \}"
>rakudo ed2409:  ( no output )

>rakudo: my $a = 'Foo'; eval " class $a\{ \}"
>rakudo ed2409: OUTPUT«You can't backslash that at line 11, near 
"}\""␤current instr.: 'perl6;HLL;Grammar;panic' pc 501 
(ext/nqp-rx/src/stage0/HLL-s0.pir:327)␤»

>std: my $a = 'Foo'; eval " class $a\{ \}"
>std 30618: OUTPUT«ok 00:01 113m␤»

moritz_>ah, 
unspace interpolation issue, probably

 在此祝你身体健康,天天快乐
卓明亮



      

Reply via email to