Patrick R. Michaud via RT wrote:
On Mon, Dec 22, 2008 at 04:15:20AM -0800, Vasily Chekalkin wrote:
Trivial patch for Array.elems attached.
As far as I can tell, Array.elems already works in trunk without
the patch. Is there a specific test or set of tests this enables,
or a case that isn't being handled?
This is from S29-array/elems.t
#?rakudo todo 'elems on Array ref'
{
is (elems [1,2,3,4]), 4, "elems [1,2,3,4] should work";
}
It passed with patch, but I'm not sure that test is correct.
--
Bacek