File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,14 +176,14 @@ C<done-testing>.
176
176
177
177
You can also provide a C < :skip-all > named argument instead of a test count,
178
178
to indicate that you want to skip all of the tests. Such a plan will
179
- call L « C < exit > |/routine/exit>, unless used inside of a C < subtest > .
179
+ call L « C < exit > |/routine/exit>» , unless used inside of a C < subtest > .
180
180
181
181
plan :skip-all<These tests are only for Windows> unless $*DISTRO.is-win;
182
182
plan 1;
183
183
ok dir 'C:/'; # this won't get run on non-Windows
184
184
185
185
If used in a C < subtest > , it will instead C < return > from that
186
- C < subtest > 's L « C < Callable > |/type/Callable>. For that reason, to be able to
186
+ C < subtest > 's L « C < Callable > |/type/Callable>» . For that reason, to be able to
187
187
use C < :skip-all > inside a C < subtest > , you must use a C < sub > instead of a
188
188
regular block:
189
189
You can’t perform that action at this time.
0 commit comments