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 48cc7f1 commit 11c9274Copy full SHA for 11c9274
t/17-space-after-comma.rakutest
@@ -30,6 +30,7 @@ sub test-it(Str $output, Str $file) {
30
my $line = $line-orig;
31
32
# ignore these cases already in docs/ that don't strictly follow rule
33
+ $line ~~ s:g/ "Z,," //;
34
$line ~~ s:g/ "','" //;
35
$line ~~ s:g/ '","' //;
36
$line ~~ s:g/ << 'a,a,a' >> //;
0 commit comments