Skip to content

Commit

Permalink
Fudge 1 test for Rakudo (review/fix welcome).
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Aug 3, 2011
1 parent cc48639 commit faf8b59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S02-builtin_data_types/pair.t
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ is($quux.key, 'quux', "lhs quotes" );

{
my $pair = :when<now>;
#?rakudo todo 'should it really have \n on the end?'
is ~(%($pair)), "when\tnow\n", 'hash stringification';
# hold back this one according to audreyt
#ok $pair.does(Hash), 'Pair does Hash';
Expand Down

0 comments on commit faf8b59

Please sign in to comment.