Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Sep 26, 2018
1 parent 7bcfa41 commit ce54d64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/testing.pod6
Expand Up @@ -9,8 +9,8 @@ Testing code is an integral part of software development. Tests provide
automated, repeatable verifications of code behaviour, and ensures your
code works as expected.
In Perl 6, the L<Test> module provides a testing framework, used also by Perl
6's official spectest suite.
In Perl 6, the L<Test> module provides a testing framework, used also by
Perl 6's official spectest suite.
The testing functions emit output conforming to the L<Test Anything Protocol|https://testanything.org>. In general, they are used in sink context:
Expand Down

0 comments on commit ce54d64

Please sign in to comment.