# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #73122]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=73122 >
<colomon> rakudo: say index("uuúuúuùù", "úuù")
<p6eval> rakudo 403afe: ( no output )
* masak submits rakudobug
<masak> even locally, that oneliner produces nothing.
<masak> rakudo: say index("uuúuúuùù", "úuù"); say "alive"
<p6eval> rakudo 403afe: OUTPUT«alive»
<masak> isn't that strange?
<masak> I don't have an explanation for where the first newline goes.
<jnthn> wtf
<PerlJam> weird indeed
<jnthn> Me either.