# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #116895] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=116895 >
<TimToady> nr: say "abcde" ~~ / (a | b | bc | cde)+»/ <p6eval> rakudo 9c59a1: OUTPUT«「abcde」 0 => 「a」 0 => 「bc」 0 => 「b」 0 => 「cde」» <p6eval> ..niecza v24-23-g0520c7c: OUTPUT«「abcde」 0 => 「a」 0 => 「b」 0 => 「cde」» <TimToady> ooh, another bug <TimToady> backtrack isn't taking out the [bc] in rakudo <TimToady> (which can't happen in a pure Cursor model because the info should be attached only to the cursor that is thrown away in order to backtrack) * masak submits rakudobug <FROGGS> masak: can you assign it to me? <masak> FROGGS: I'll try.