File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -7,18 +7,16 @@ plan 60;
7
7
8
8
This file /exhaustively/ tests the Test module.
9
9
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.
22
20
23
21
= end kwid
24
22
You can’t perform that action at this time.
0 commit comments