mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-03 08:58:34 +02:00
Unit Tests - repair
- Added auto right trim to all table rows, which is a much more efficient way of doing what Table::optimize was doing. - Table::optimize is now a nop.
This commit is contained in:
parent
3f418c6fdc
commit
28e997691f
5 changed files with 18 additions and 49 deletions
|
@ -44,7 +44,6 @@ my $setup = "../task rc:bug_sort.rc add one;"
|
|||
qx{$setup};
|
||||
|
||||
my $output = qx{../task rc:bug_sort.rc list};
|
||||
#diag ($output);
|
||||
like ($output, qr/three.*(?:one.*two|two.*one)/msi, 'list did not hang');
|
||||
|
||||
qx{../task rc:bug_sort.rc 1 priority:H};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue