Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
two auto-unfudges for rakudo
  • Loading branch information
moritz committed Apr 16, 2013
1 parent 5d26122 commit ef37084
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion S32-list/map_function_return_values.t
Expand Up @@ -9,7 +9,6 @@ my %ret;

# XXX depends on the Pair stringification which is likely going to change

#?rakudo skip "Awaiting p6l clarification on Hash composer/block"
{
%ret = map { $_ => uc $_; }, $text.comb;
is ~%ret.sort, "a\tA b\tB c\tC", "=> works in a map block";
Expand Down
1 change: 0 additions & 1 deletion S32-num/stringify.t
Expand Up @@ -74,7 +74,6 @@ Rat_str_test 1/1, '1/1', '1', '1.0';
Rat_str_test 13/39, '1/3', '0.333333', '<1/3>';
Rat_str_test 1000001/10000, '1000001/10000', '100.0001';
Rat_str_test -1000001/10000, '-1000001/10000', '-100.0001';
#?rakudo skip 'big stuff'
Rat_str_test 555555555555555555555555555555555555555555555/5,
'555555555555555555555555555555555555555555555/5',
'111111111111111111111111111111111111111111111',
Expand Down

0 comments on commit ef37084

Please sign in to comment.