# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #65208] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=65208 >
<masak> rakudo: grammar A { regex TOP { foo } }; A.parse("foo").say; say "bar"; A.parse("foo").print; say "bar" <p6eval> rakudo ae5e29: OUTPUT«foobarbar» * masak submits rakudobug Expected output: «foobarfoobar».