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 5f6619c commit 7565843Copy full SHA for 7565843
xt/space-after-comma.t
@@ -16,7 +16,8 @@ if @*ARGS {
16
for qx<git ls-files>.lines -> $file {
17
next unless $file ~~ / '.' ('pod6') $/;
18
next if $file ~~ / 'contributors.pod6' $/; # names are hard.
19
- next if $file ~~ / 'doc/Type/IO/Spec/Unix.pod6' $/ ; # Issue #1414
+ next if $file ~~ / 'doc/Type/IO/Spec/Unix.pod6' $/; # Issue #1414
20
+ next if $file ~~ / 'doc/Type/List.pod6' $/; # Issue #1414
21
push @files, $file;
22
}
23
0 commit comments