Skip to content

Commit

Permalink
Refactos for #2047 and learns new words
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed May 23, 2018
1 parent c6b74f6 commit c57ad4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions xt/aspell.t
Expand Up @@ -20,9 +20,7 @@ text that is part of a code example)
=end overview

my @files = Test-Files.files\
.grep({$_.ends-with: '.pod6' or $_.ends-with: '.md'})\
.grep({not $_ ~~ / 'README.' .. '.md' /});
my @files = Test-Files.documents.grep({not $_ ~~ / 'README.' .. '.md' /});

plan +@files;
my $max-jobs = %*ENV<TEST_THREADS> // 2;
Expand Down
3 changes: 2 additions & 1 deletion xt/words.pws
Expand Up @@ -1401,4 +1401,5 @@ xFEZ
xFA
xFB
xFC
xFD
xFD
dpkg

0 comments on commit c57ad4a

Please sign in to comment.