mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Reports
- New 'list' report.
This commit is contained in:
parent
325c80b7e4
commit
c8aca24e63
10 changed files with 40 additions and 39 deletions
|
@ -76,7 +76,7 @@ like ($output, qr/ L /, 'priority specified');
|
|||
like ($output, qr/\//, 'default due added');
|
||||
|
||||
$output = qx{../src/task rc:default.rc 2>&1};
|
||||
like ($output, qr/1 PROJECT L .+ priority specified/, 'default command worked');
|
||||
like ($output, qr/1 .+ L PROJECT .+ priority specified/, 'default command worked');
|
||||
|
||||
qx{../src/task rc:default.rc add project:HOME priority:M due:tomorrow all specified 2>&1};
|
||||
qx{echo 'y' | ../src/task rc:default.rc config default.command 'list priority:M' 2>&1};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue