Skip to content

Commit

Permalink
[t/spec] fudge slurpy-params.t for rakudo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.pugscode.org/pugs@23057 c213334d-75ef-0310-aa23-eaa082d1ae64
  • Loading branch information
moritz committed Nov 23, 2008
1 parent 7b43009 commit 7acf702
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions S06-signature/slurpy-params.t
Expand Up @@ -17,6 +17,7 @@ sub mixed($pos1, *@slurp) { "|$pos1|" ~ @slurp.join('!') }
is mixed(1), '|1|', 'Positional and slurp params';
is mixed(1, 2, 3), '|1|2!3', 'Positional and slurp params';

#?rakudo skip 'types on slurpy params'
{
sub x_typed_join(Int *@args){ @args.join('|') }
is x_typed_join(1), '1', 'Basic slurpy params with types 1';
Expand Down

0 comments on commit 7acf702

Please sign in to comment.