Skip to content

Commit

Permalink
[t/spec] test for RT #69492
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.pugscode.org/pugs@30402 c213334d-75ef-0310-aa23-eaa082d1ae64
  • Loading branch information
moritz committed Apr 17, 2010
1 parent 87e66e6 commit d63ef9c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions S06-signature/introspection.t
Expand Up @@ -103,6 +103,12 @@ sub j(*@i) {

}

# RT #69492
{
sub foo(:$) {};
ok &foo.signature.perl ~~ / ':' /, '.perl of a signature with anonymous named parameter';
}

done_testing;

# vim: ft=perl6

0 comments on commit d63ef9c

Please sign in to comment.