Skip to content

Commit

Permalink
Test narrower for RT #69492
Browse files Browse the repository at this point in the history
  • Loading branch information
peschwa committed Jun 20, 2014
1 parent 130b447 commit a3db7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S06-signature/introspection.t
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ sub j(*@i) {
#?niecza skip "Abbreviated named parameter must have a name"
{
sub foo(:$) {};
ok &foo.signature.perl ~~ / ':' /, '.perl of a signature with anonymous named parameter';
ok &foo.signature.perl ~~ / ':($)' /, '.perl of a signature with anonymous named parameter';
}

# Capture param introspection
Expand Down

0 comments on commit a3db7d2

Please sign in to comment.