Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes for trailing test
  • Loading branch information
hoelzro committed Aug 5, 2014
1 parent e5a6d54 commit 5c5abc0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions S26-documentation/why-trailing.t
@@ -1,5 +1,5 @@
use Test;
plan 108;
plan 157;

my $pod_index = 0;

Expand Down Expand Up @@ -53,7 +53,6 @@ sub panther {}
#= pink

test-trailing(&panther, 'pink');
is $=pod[$pod_index++], 'pink';

class Sheep {
#= a sheep
Expand Down Expand Up @@ -143,7 +142,7 @@ sub has-anon-param(

{
my @params = &has-anon-param.signature.params;
test-trailing(@params[1], 'trailing');
test-trailing(@params[0], 'trailing');
}


Expand Down

0 comments on commit 5c5abc0

Please sign in to comment.