# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #76564] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=76564 >
<masak> rakudo: .trans("a" => "b") for "a\nb".split("\n"); say "alive" <p6eval> rakudo 687837: OUTPUT«too few positional arguments: 2 passed, 3 (or more) expected [...] <masak> this one is on file, right? 'cause it's pretty annoying. <moritz_> no idea <moritz_> but I know where the tests go :-) <moritz_> integration/real-strings.t <masak> rakudo: (~$_).trans("a" => "b") for "a\nb".split("\n"); say "alive" <p6eval> rakudo 687837: OUTPUT«alive» * masak submits rakudobug, Justin Case