Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix why-following attribute comment test
  • Loading branch information
hoelzro committed Jul 9, 2014
1 parent 202f49a commit adf0914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S26-documentation/why-following.t
Expand Up @@ -48,7 +48,7 @@ class Sheep {
}

is Sheep.WHY.content, 'a sheep';
is Sheep.^attributes.grep({ .name eq '$!wool' }).WHY, 'usually white';
is Sheep.^attributes.grep({ .name eq '$!wool' })[0].WHY, 'usually white';
is Sheep.^find_method('roar').WHY.content, 'not too scary';

sub routine {}
Expand Down

0 comments on commit adf0914

Please sign in to comment.