mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CLI/Context
- Reordering init sequence. - Removed ::assumeLocations.
This commit is contained in:
parent
8ff32b767f
commit
3b1f244f42
6 changed files with 182 additions and 139 deletions
|
@ -51,8 +51,8 @@ qx{../src/task rc:$rc add 'baz (qux)' 2>&1};
|
|||
|
||||
my $output = qx{../src/task rc:$rc ls 2>&1};
|
||||
like ($output, qr/foo's bar\./, "$ut: foo's bar. --> preserved");
|
||||
like ($output, qr/foo \(bar\)/, "$ut: foo \(bar\) -- preserved");
|
||||
like ($output, qr/baz \(qux\)/, "$ut: baz \(qux\) -- preserved");
|
||||
like ($output, qr/foo \(bar\)/, "$ut: foo \(bar\) --> preserved");
|
||||
like ($output, qr/baz \(qux\)/, "$ut: baz \(qux\) --> preserved");
|
||||
|
||||
# Cleanup.
|
||||
unlink qw(pending.data completed.data undo.data backlog.data), $rc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue