Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
small rakudo (un)fudges
  • Loading branch information
moritz committed Jul 5, 2011
1 parent e0f3ae7 commit 347de93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion S04-statement-parsing/hash.t
Expand Up @@ -5,7 +5,6 @@ use Test;

plan 7;

#?rakudo todo 'Hash type (WTF?)'
isa_ok hash('a', 1), Hash, 'hash() returns a Hash';
is hash('a', 1).keys, 'a', 'hash() with keys/values (key)';
is hash('a', 1).values, 1, 'hash() with keys/values (values)';
Expand Down
1 change: 1 addition & 0 deletions S04-statements/while.t
Expand Up @@ -58,6 +58,7 @@ plan 9;
}

#?mildew skip 1
#?rakudo todo 'bug'
{
my @array = 0..5;
my $str = "";
Expand Down

0 comments on commit 347de93

Please sign in to comment.