Skip to content

Commit

Permalink
Fix link to is-deeply()
Browse files Browse the repository at this point in the history
  • Loading branch information
stoned committed Nov 24, 2020
1 parent 9c7e86b commit 2b7b52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Type/Test.pod6
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ B<NOTE:> the C<eq> operator stringifies its operands, which means C<is()> is not
a good function for testing more complex things, such as lists: C<is (1, (2,
(3,))), [1, 2, 3]> passes the test, even though the operands are vastly
different. For those cases, use
L«C<is-deeply> routine|/language/testing#index-entry-is-deeply-is-deeply($value,_$expected,_$description?)»
L«C<is-deeply> routine|#sub_is-deeply»
=for code :preamble<use Test;>
my $pdf-document; sub factorial($x) { ... }; ...;
Expand Down

0 comments on commit 2b7b52f

Please sign in to comment.