Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Test two identical Signatures with named and named slurpy.
  • Loading branch information
peschwa committed Dec 8, 2015
1 parent c745f18 commit 54f225c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion S03-smartmatch/signature-signature.t
@@ -1,6 +1,6 @@
use v6;
use Test;
plan 19;
plan 20;

#L<S03/Smart matching/Signature-signature>
{
Expand All @@ -22,6 +22,7 @@ plan 19;
:([Any, Str, Numeric]), :(@ (Complex, Str, Int)), True,
:(Complex $z, :$x, :$y, :$q), :(Complex, *%rest), False,
:(:$x, Int :$y, Cool :$z, *%_), :(*%_), False,
:(:$x, *%_), :(:$x, *%_), True,
:(Mu, Any, Numeric), :(Mu, *@_), False,
);

Expand Down

0 comments on commit 54f225c

Please sign in to comment.