Skip to content

Commit 6d6f50e

Browse files
committed
allow space/comma exception
1 parent 4015e2e commit 6d6f50e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xt/space-after-comma.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ sub test-it(Str $output, Str $file) {
4141
$line ~~ s:g/ '($var,)' //;
4242
$line ~~ s:g/ '(3,)' //;
4343
$line ~~ s:g/ << 'thing,category' >> //;
44+
$line ~~ s:g/ 'postfix ,=' //;
4445

4546
if $line ~~ / ',' [ <!before ' '> & <!before $> ] / {
4647
$msg ~= "Must have space after comma on line `$line`\n";

0 commit comments

Comments
 (0)