On Thu Nov 06 15:11:04 2014, pawel.pab...@getresponse.com wrote:
> $ perl6 -e 'say ["a", "b", "c"] ~~ [*, "b", "c" ]’;
> 
> Cannot convert string to number: base-10 number must begin with valid
> digits or '.' in '⏏a' (indicated by ⏏)
>   in method Numeric at src/gen/m-CORE.setting:13163
>   in sub infix:<==> at src/gen/m-CORE.setting:4363
>   in sub infix:<==> at src/gen/m-CORE.setting:4363
>   in block  at src/gen/m-CORE.setting:17668
>   in method ACCEPTS at src/gen/m-CORE.setting:8481
>   in block  at -e:1
> 
> Rakudo:
> This is perl6 version 2014.08 built on MoarVM version 2014.08
> Also on IRC parrot/moar builds at the time of creating this ticket.
> 
> 
> 

$ ./perl6 -e 'say ["a", "b", "c"] ~~ [*, "b", "c" ]';
True

passing tests in S03-smartmatch/array-array.t

-- 
Will "Coke" Coleda

Reply via email to