Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
allow space/comma exception
  • Loading branch information
coke committed Nov 27, 2018
1 parent 4015e2e commit 6d6f50e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xt/space-after-comma.t
Expand Up @@ -41,6 +41,7 @@ sub test-it(Str $output, Str $file) {
$line ~~ s:g/ '($var,)' //;
$line ~~ s:g/ '(3,)' //;
$line ~~ s:g/ << 'thing,category' >> //;
$line ~~ s:g/ 'postfix ,=' //;

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

0 comments on commit 6d6f50e

Please sign in to comment.