Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
move X<|is,testing> out of =item
  • Loading branch information
gfldex committed Jul 10, 2016
1 parent 2ffe382 commit e544a61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/Language/testing.pod6
Expand Up @@ -104,7 +104,8 @@ case the comparison fails.
=head2 By string comparison
=item X<is($value, $expected, $description?)|is (testing)>
X<|is,testing>
=item is($value, $expected, $description?)
Marks a test as passed if C<$value> and C<$expected> compare positively with
the L<eq operator|/routine/eq>. The function accepts an optional
Expand Down

0 comments on commit e544a61

Please sign in to comment.