Skip to content

Commit

Permalink
rakudo fudge in slice.t
Browse files Browse the repository at this point in the history
  • Loading branch information
kboga authored and kboga committed Aug 6, 2011
1 parent 83243d7 commit 9d302d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S09-subscript_slice/slice.t
Expand Up @@ -47,6 +47,7 @@ plan 23;
my %slice = (0=>3, 1=>7, 2=>9);
is((3,7,9), [@array[%slice.keys].sort], "values from hash keys, part 1");
is((3,7,9), [@array[%slice.keys.sort]], "values from hash keys, part 2");
#?rakudo skip "nom regression: 'Could not find sub &METAOP_HYPER'"
is((3,7,9), [@array[(0,1,1)>>+<<(0,0,1)]], "calculated slice: hyperop");
}

Expand Down

0 comments on commit 9d302d9

Please sign in to comment.