mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Recurring Tasks
- Rewrote updateRecurrenceMask, which was hopelessly muddled after the TDB -> TDB2 change. - Modified associated code. - Improved signal to noise ratio in unit tests.
This commit is contained in:
parent
6e8d2ca79c
commit
6e649f3f45
5 changed files with 36 additions and 50 deletions
|
@ -48,7 +48,10 @@ like ($output, qr/^\s+3/ms, 'Found 3');
|
|||
like ($output, qr/^\s+4/ms, 'Found 4');
|
||||
like ($output, qr/^\s+5/ms, 'Found 5');
|
||||
|
||||
qx{../src/task rc:recur.rc $_ do} for 1..5;
|
||||
qx{../src/task rc:recur.rc 2 do};
|
||||
qx{../src/task rc:recur.rc 3 do};
|
||||
qx{../src/task rc:recur.rc 4 do};
|
||||
qx{../src/task rc:recur.rc 5 do};
|
||||
$output = qx{../src/task rc:recur.rc list};
|
||||
like ($output, qr/and has been deleted/, 'Parent task deleted');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue