Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fudge minimal-whitespace.t for rakudo
  • Loading branch information
moritz committed Jul 7, 2011
1 parent 775de5b commit a3634a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S02-whitespace_and_comments/minimal-whitespace.t
Expand Up @@ -27,6 +27,7 @@ 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

0 comments on commit a3634a9

Please sign in to comment.