Skip to content

Commit 9f14562

Browse files
committed
Ignore new Chinese language file for this test.
1 parent 11e7bc9 commit 9f14562

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

xt/space-after-comma.t

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ Insure any text that isn't a code example has a space after each comma.
1313

1414
my @files = Test-Files.files\
1515
.grep({$_.ends-with: '.pod6' or $_.ends-with: '.md'})\
16-
.grep({! $_.ends-with: 'contributors.pod6'});
16+
.grep({! $_.ends-with: 'contributors.pod6'})\
17+
.grep({$_ ne "README.zh.md"});
1718

1819
plan +@files;
1920
my $max-jobs = %*ENV<TEST_THREADS> // 2;

0 commit comments

Comments
 (0)