Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a bad test
  • Loading branch information
hoelzro committed Jul 21, 2014
1 parent e7f0ef2 commit f0a296a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S26-documentation/why-leading.t
Expand Up @@ -171,6 +171,6 @@ is &both-documented.signature.params[0].WHY.leading, 'documented';
ok !&both-documented.signature.params[0].WHY.trailing.defined;

is &both-documented.signature.params[1].WHY, 'I too, am documented';
ok &both-documented.signature.params[1].WHY.WHEREFORE === &both-documented.signature.params[0], 'param WHEREFORE matches';
ok &both-documented.signature.params[1].WHY.WHEREFORE === &both-documented.signature.params[1], 'param WHEREFORE matches';
is &both-documented.signature.params[1].WHY.leading, 'I too, am documented';
ok !&both-documented.signature.params[1].WHY.trailing.defined;

0 comments on commit f0a296a

Please sign in to comment.