# New Ticket Created by Moritz Lenz # Please include the string: [perl #113884] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=113884 >
< moritz> r: my $x = 'ab'; say ('ab' ~~ / a | b | $x /).Str
<+p6eval> rakudo 88a9d6: OUTPUT«a»
< moritz> just to be sure, that's supposed to LTM, right?
< pmichaud> aiui, yes.
< TimToady> moritz: yes, $x should match since the literal prefix is
only used as a tiebreaker
