# New Ticket Created by  Christian Bartolomaeus 
# Please include the string:  [perl #126700]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=126700 >


rakudo.jvm seems to ignore that $pos is negative in the following example:

$ perl6-j -e 'say index("xxy", "y", -1)'
2

$ perl6-m -e 'say index("xxy", "y", -1)'
Nil

There are failing tests for rakudo.jvm in S32-str/index.t.

Reply via email to