Skip to content

Commit

Permalink
rakudo unfudges
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Feb 10, 2012
1 parent da13ad1 commit dfc580a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion S02-lexical-conventions/minimal-whitespace.t
Expand Up @@ -27,7 +27,6 @@ eval_dies_ok('$o .whatever(5)', 'whitespace is not allowed before . before metho
eval_dies_ok('$o. whatever(5)', 'whitespace is not allowed after . before method');

eval_lives_ok 'my @rt80330; [+] @rt80330', 'a [+] with whitespace works';
#?rakudo todo 'RT 80330'
eval_dies_ok 'my @rt80330; [+]@rt80330', 'a [+] without whitespace dies';

# vim: ft=perl6
1 change: 0 additions & 1 deletion S03-metaops/reduce.t
Expand Up @@ -352,7 +352,6 @@ is( ([\R~] 'a'..*).[^8].join(', '), 'a, ba, cba, dcba, edcba, fedcba, gfedcba, h
is ([~] 1, 2, 5), '125', '[~] works outside class';
}

#?rakudo todo 'RT 82210'
ok [+](1..10) + 0 == ([+] 1..10) + 0,
'a listop with immediate () is a function call (RT 82210)';

Expand Down

0 comments on commit dfc580a

Please sign in to comment.