Skip to content

Commit 11c9274

Browse files
committed
Allow another exception
1 parent 48cc7f1 commit 11c9274

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/17-space-after-comma.rakutest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ sub test-it(Str $output, Str $file) {
3030
my $line = $line-orig;
3131

3232
# ignore these cases already in docs/ that don't strictly follow rule
33+
$line ~~ s:g/ "Z,," //;
3334
$line ~~ s:g/ "','" //;
3435
$line ~~ s:g/ '","' //;
3536
$line ~~ s:g/ << 'a,a,a' >> //;

0 commit comments

Comments
 (0)