Skip to content

Commit 86d0806

Browse files
committed
Wrap lines nicely in POD
1 parent 9e877fc commit 86d0806

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

S24-testing/1-basic.t

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,16 @@ plan 60;
77
88
This file /exhaustively/ tests the Test module.
99
10-
I try every variant of each Test function here
11-
because we are using this module to test Perl 6 itself,
12-
so I want to be sure that the error is not coming from
13-
within this module.
14-
15-
We need to test that these functions produce 'not ok' at the
16-
right times, too. Here, we do that by abusing :todo to mean
17-
"supposed to fail." Thus, no ":todo" failure indicates
18-
a missing feature.
19-
20-
If there is a bug in the implementation, you will see
21-
a (non-TODO) failure or an unexpected success.
10+
I try every variant of each Test function here because we are using this
11+
module to test Perl 6 itself, so I want to be sure that the error is not
12+
coming from within this module.
13+
14+
We need to test that these functions produce 'not ok' at the right times,
15+
too. Here, we do that by abusing :todo to mean "supposed to fail." Thus,
16+
no ":todo" failure indicates a missing feature.
17+
18+
If there is a bug in the implementation, you will see a (non-TODO) failure
19+
or an unexpected success.
2220
2321
=end kwid
2422

0 commit comments

Comments
 (0)