# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #112766] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=112766 >
<masak> r: say "ab c" ~~ / ab c / <p6eval> rakudo cf40f2: OUTPUT«#<failed match>» <masak> r: say "ab c" ~~ / :s ab c / <p6eval> rakudo cf40f2: OUTPUT«=> <ab c>» <moritz> r: say 'ab c' ~~ ms/ ab c / <p6eval> rakudo cf40f2: OUTPUT«#<failed match>» <moritz> that last one should have worked * masak submits rakudobug