mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-02 05:30:23 +02:00
Bug Fix - nag
- Implemented new nag algorithm, and debugged why it then broke.
This commit is contained in:
parent
8157c729d6
commit
964d04322c
2 changed files with 19 additions and 17 deletions
|
@ -47,7 +47,6 @@ my $setup = "../task rc:nag.rc add due:yesterday one;"
|
|||
. "../task rc:nag.rc add six;";
|
||||
qx{$setup};
|
||||
|
||||
my $output = qx{../task rc:nag.rc do 6};
|
||||
like (qx{../task rc:nag.rc do 6}, qr/NAG/, 'do pri: -> nag');
|
||||
like (qx{../task rc:nag.rc do 5}, qr/NAG/, 'do pri:L -> nag');
|
||||
like (qx{../task rc:nag.rc do 4}, qr/NAG/, 'do pri:M-> nag');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue