Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
More correct test of bare zen slice
  • Loading branch information
lizmat committed Jul 4, 2015
1 parent 9d9b36a commit 0d1ab4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S32-hash/adverbs.t
Expand Up @@ -155,7 +155,7 @@ for $%a, Any, $%i, Int, $%c, Any, $%j, Int -> %h, $T {

# zen
{
is %h{}.sort, (:1a,:2b,:3c,:4d), "$n zen: value";
is %h{}, %h, "$n zen: value";
is (%h{}:k).sort, <a b c d>, "$n zen: :k";
is (%h{}:k($ok)).sort, <a b c d>, "$n zen: :k(\$ok)";
is (%h{}:!k).sort, <a b c d>, "$n zen: :!k";
Expand Down

0 comments on commit 0d1ab4c

Please sign in to comment.