Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' of github.com:perl6/doc into anon-state
  • Loading branch information
jonathanstowe committed Dec 8, 2015
2 parents 931726a + c65bdb7 commit 61f1bbd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions doc/Language/testing.pod
Expand Up @@ -269,6 +269,14 @@ C<$description> of the test.
my $eulers-constant-approx = 2.71828;
is-approx($eulers-constant-approx, e, "approximate Euler's constant");
=head2 Module loading testing
=item use-ok($module)
Marks a test as passed if the given C<$module> is correctly loaded.
use-ok('Full::Qualified::ModuleName');
=head2 Class membership testing
=item isa-ok($object, $type, $description?)
Expand Down
2 changes: 1 addition & 1 deletion doc/Type/Code.pod
Expand Up @@ -76,7 +76,7 @@ Usage:
CODE.signature
Returns the C<Signature> object for this code object, which describes
Returns the L<C<Signature>> object for this code object, which describes
its parameters.
=head2 method Str
Expand Down

0 comments on commit 61f1bbd

Please sign in to comment.