mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-23 05:27:47 +02:00
Enhancement
- 'print.empty.columns' now defaults to 'no'. - Unit tests are updated accordingly.
This commit is contained in:
parent
0bcb22f8e4
commit
089b3e7d66
6 changed files with 11 additions and 8 deletions
|
@ -36,6 +36,7 @@ if (open my $fh, '>', 'bug.rc')
|
|||
print $fh "data.location=.\n";
|
||||
print $fh "bulk=100\n";
|
||||
print $fh "confirmation=no\n";
|
||||
print $fh "print.empty.columns=yes\n";
|
||||
close $fh;
|
||||
ok (-r 'bug.rc', 'Created bug.rc');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue