Fixed with 14939e39d24541cc29fd12, tests added with e29df31, closable

> On 11 Aug 2015, at 02:47, Alex Jakimenko (via RT) 
> <perl6-bugs-follo...@perl.org> wrote:
> 
> # New Ticket Created by  Alex Jakimenko 
> # Please include the string:  [perl #125784]
> # in the subject line of all future correspondence about this issue. 
> # <URL: https://rt.perl.org/Ticket/Display.html?id=125784 >
> 
> 
> Code:
> say index 'xxy', 'y',
> -999999999999999999999999999999999999999999999999999999999999999;
> say index 'xxy', 'y',
> -9999999999999999999999999999999999999999999999999999999999999999;
> 
> Result:
> Nil
> 2

Reply via email to