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


18:21 <@moritz_> rakudo: say :foo<<string\ here>>.perl
18:21 <+p6eval> rakudo 142433: OUTPUT«"foo" => ("string\\", "here")␤»
18:21 <@moritz_> alpha: say :foo<<string\ here>>.perl
18:21 <+p6eval> alpha 30e0ed: OUTPUT«"foo" => "string here"␤»
18:21 <@moritz_> rakudobug!

and even worse, silently swallows the backslash:

18:22 <@moritz_> rakudo: say «a\ b».perl
18:23 <+p6eval> rakudo 142433: OUTPUT«("a", "b")␤»

Reply via email to