Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fudge more parrot TODOs
S06-signature/unpack-array.t: [...] does not lose containerization
S04-declarations/will.t: all for blocks set variable
  • Loading branch information
Reini Urban authored and FROGGS committed Jun 17, 2014
1 parent 4f04da7 commit 26c1a2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions S04-declarations/will.t
Expand Up @@ -95,6 +95,7 @@ my $for;
}
#?niezca skip "will variable trait NYI"
#?pugs skip "will variable trait NYI"
#?rakudo.parrot todo 'will variable not all blocks yet'
is $for, "aebebebc", 'all for blocks set variable';

my $same3;
Expand Down
1 change: 1 addition & 0 deletions S06-signature/unpack-array.t
Expand Up @@ -52,6 +52,7 @@ is blat( 2, [2,3,4] ), "2-3-4", 'unpack named array with named pieces';
is fsort-multi(@my-array).join(' '), '2 3 4 4', 'array unpacking and only-multi';
}

#?rakudo.parrot 2 todo "..."
for [1,2],[3,4] -> $a [$x, $y] {
isa_ok $a.VAR, Scalar, "[...] doesn't lose containerization";
}
Expand Down

0 comments on commit 26c1a2b

Please sign in to comment.