mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 22:33:08 +02:00
Unit Tests
- Fixed more unit tests that were out of synch with the latest functionality, text messages or rendering.
This commit is contained in:
parent
6f38e10cab
commit
02df3853f7
4 changed files with 5 additions and 7 deletions
|
@ -49,7 +49,7 @@ if (open my $fh, '>', 'bug_concat.rc')
|
|||
|
||||
qx{../src/task rc:bug_concat.rc add This is the original text};
|
||||
my $output = qx{../src/task rc:bug_concat.rc info 1};
|
||||
like ($output, qr/Description\s+This is the original text\n/, 'original correct');
|
||||
like ($output, qr/Description\s+This is the original text/, 'original correct');
|
||||
|
||||
qx{../src/task rc:bug_concat.rc 1 modify This is the modified text};
|
||||
$output = qx{../src/task rc:bug_concat.rc info 1};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue