Skip to content

Commit

Permalink
Mark test as todo
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Sep 8, 2022
1 parent 17e785d commit 2add07d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S09-multidim/indexing.t
Expand Up @@ -19,6 +19,7 @@ is @arr[0;1], 'b', 'Can store to multi-dim array with indexer (2)';
is @arr[1;0], 'c', 'Can store to multi-dim array with indexer (3)';
is @arr[1;1], 'd', 'Can store to multi-dim array with indexer (4)';

#?rakudo todo "partially dimensioned NYI"
lives-ok { @arr[*;0] }, 'Partially dimensioned view lives';

dies-ok { @arr[2;0] }, 'Access out of bounds with indexer dies (1)';
Expand Down

0 comments on commit 2add07d

Please sign in to comment.