Skip to content

Commit

Permalink
Merge branch 'master' of github.com:/perl6/roast
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Nov 16, 2015
2 parents 584d7aa + bed8c8a commit 1e18170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S02-types/baghash.t
Expand Up @@ -7,8 +7,8 @@ plan 260;

# A BagHash is a QuantHash of UInt, i.e. the values are positive Int

sub showkv($given, $expected, $message) {
is $given.keys.sort.map({"$_:{$given{$_}}"}).join(' '), $expected, $message;
sub showkv($x) {
$x.keys.sort.map({"$_:{$x{$_}}"}).join(' ')
}

# L<S02/Immutable types/'the bag listop'>
Expand Down

0 comments on commit 1e18170

Please sign in to comment.