Skip to content

Commit 7565843

Browse files
committed
Another file causing trouble
Part of #1414
1 parent 5f6619c commit 7565843

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
@@ -16,7 +16,8 @@ if @*ARGS {
1616
for qx<git ls-files>.lines -> $file {
1717
next unless $file ~~ / '.' ('pod6') $/;
1818
next if $file ~~ / 'contributors.pod6' $/; # names are hard.
19-
next if $file ~~ / 'doc/Type/IO/Spec/Unix.pod6' $/ ; # Issue #1414
19+
next if $file ~~ / 'doc/Type/IO/Spec/Unix.pod6' $/; # Issue #1414
20+
next if $file ~~ / 'doc/Type/List.pod6' $/; # Issue #1414
2021
push @files, $file;
2122
}
2223
}

0 commit comments

Comments
 (0)