Skip to content

Commit

Permalink
Remove literal tab character.
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Mar 7, 2018
1 parent a4226b8 commit 2355199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/test.t
Expand Up @@ -110,7 +110,7 @@ ok($comp->perm(\@F, \@H));
ok(not $comp->perm(\@F, \@I));

my @J = ('array with', 'white space');
my @K = ('array with', 'white space');
my @K = ('array with', "white\tspace");
ok($comp->compare(\@J, \@K));

# Turn off whitespace
Expand Down

0 comments on commit 2355199

Please sign in to comment.