Skip to content

Commit 5827773

Browse files
committed
ignore non english doc
1 parent a822a6d commit 5827773

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

xt/aspell.t

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ text that is part of a code example)
2121
=end overview
2222

2323
my @files = Test-Files.files\
24-
.grep({$_.ends-with: '.pod6' or $_.ends-with: '.md'});
24+
.grep({$_.ends-with: '.pod6' or $_.ends-with: '.md'})\
25+
.grep({$_ ne 'README.it.md'});
2526

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

0 commit comments

Comments
 (0)