mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Cmake:
- adapted makefile and unit tests to new place of test dir
This commit is contained in:
parent
17ef077e27
commit
5d775fdc3e
176 changed files with 1288 additions and 1287 deletions
|
@ -41,10 +41,10 @@ if (open my $fh, '>', '455.rc')
|
|||
|
||||
# Bug #455 - Text alignment in reports is broken when text contains utf8 characters
|
||||
|
||||
qx{../task rc:455.rc add abc pro:Bar\x{263A}};
|
||||
qx{../task rc:455.rc add def pro:Foo!};
|
||||
qx{../src/task rc:455.rc add abc pro:Bar\x{263A}};
|
||||
qx{../src/task rc:455.rc add def pro:Foo!};
|
||||
|
||||
my $output = qx{../task rc:455.rc ls};
|
||||
my $output = qx{../src/task rc:455.rc ls};
|
||||
|
||||
like ($output, qr/\s{7}abc/ms, 'bug 455 - correct spacing in utf8 task');
|
||||
like ($output, qr/\s{7}def/ms, 'bug 455 - correct spacing in non utf8 task');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue