mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit Tests
- Corrected verbosity settings to keep filter terms out of results, and affecting tests.
This commit is contained in:
parent
43c097e10e
commit
1ca58fad52
1 changed files with 2 additions and 1 deletions
|
@ -186,7 +186,8 @@ if (open my $fh, '>', 'details.rc')
|
|||
"holiday.BBBBBB.name=BBBBBB\n",
|
||||
"holiday.BBBBBB.date=20150115\n",
|
||||
"holiday.åäö.name=åäö\n",
|
||||
"holiday.åäö.date=20150125\n";
|
||||
"holiday.åäö.date=20150125\n",
|
||||
"verbose=blank,header,footnote,label,new-id,affected,edit,special,project,sync\n";
|
||||
close $fh;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue