mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Variant
- The partial match operator now expects length(left) > length(right).
This commit is contained in:
parent
ef412d0588
commit
7f56187748
3 changed files with 4 additions and 8 deletions
|
@ -50,10 +50,8 @@ qx{../src/task rc:bug.rc add Second recurring task due:tomorrow rec:daily 2>&1};
|
|||
|
||||
# Bug describes that each time task is executed, another child task of the
|
||||
# Second recurring task is created.
|
||||
|
||||
qx{../src/task rc:bug.rc ls 2>&1};
|
||||
|
||||
|
||||
# Result: Check for an extra task the second time task ls is executed
|
||||
my $output = qx{../src/task rc:bug.rc ls 2>&1};
|
||||
like ($output, qr/^2 tasks$/ms, '2 tasks shown.');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue