mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Reports
- New 'oldest' report.
This commit is contained in:
parent
693c097c95
commit
ad98552a3b
2 changed files with 6 additions and 6 deletions
|
@ -101,7 +101,7 @@ unlike ($output, qr/nine/, 'no: nine');
|
|||
unlike ($output, qr/ten/, 'no: ten'); # 30
|
||||
unlike ($output, qr/eleven/, 'no: eleven');
|
||||
|
||||
$output = qx{../src/task rc:oldest.rc newest 2>&1};
|
||||
$output = qx{../src/task rc:oldest.rc newest limit:10 2>&1};
|
||||
unlike ($output, qr/one/, 'no: one');
|
||||
like ($output, qr/two/, 'newest: two');
|
||||
like ($output, qr/three/, 'newest: three');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue