mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-05 23:17:20 +02:00
Miscellaneous Edits
- Added Max Muller to AUTHORS for suggestions. - Fixed a unit test Perl warning.
This commit is contained in:
parent
aa98ca42c8
commit
bdc167fd6a
2 changed files with 2 additions and 1 deletions
1
AUTHORS
1
AUTHORS
|
@ -65,4 +65,5 @@ suggestions:
|
|||
Elizabeth Maxson
|
||||
Peter De Poorter
|
||||
Itay Perl
|
||||
Max Muller
|
||||
|
||||
|
|
|
@ -65,7 +65,7 @@ qx{../task rc:bug.rc add one +t1};
|
|||
qx{../task rc:bug.rc add two +t2};
|
||||
qx{../task rc:bug.rc add three +t3};
|
||||
|
||||
my $output = qx{../task rc:bug.rc list -t1};
|
||||
$output = qx{../task rc:bug.rc list -t1};
|
||||
unlike ($output, qr/one/, 'Single: no t1');
|
||||
like ($output, qr/two/, 'Single: yes t2');
|
||||
like ($output, qr/three/, 'Single: yes t3');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue