We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e7bc9 commit 9f14562Copy full SHA for 9f14562
xt/space-after-comma.t
@@ -13,7 +13,8 @@ Insure any text that isn't a code example has a space after each comma.
13
14
my @files = Test-Files.files\
15
.grep({$_.ends-with: '.pod6' or $_.ends-with: '.md'})\
16
- .grep({! $_.ends-with: 'contributors.pod6'});
+ .grep({! $_.ends-with: 'contributors.pod6'})\
17
+ .grep({$_ ne "README.zh.md"});
18
19
plan +@files;
20
my $max-jobs = %*ENV<TEST_THREADS> // 2;
0 commit comments