mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
E9 operator_equal
- Fixed broken logic in operator_equal. - Fixed typos in op_and.t unit test. - Fixed descriptions in op_or.t.
This commit is contained in:
parent
e0ecb7a2d8
commit
7a778ba317
3 changed files with 26 additions and 33 deletions
|
@ -76,7 +76,7 @@ unlike ($output, qr/two/, 'ls project:A priority:H --> !two');
|
|||
unlike ($output, qr/three/, 'ls project:A priority:H --> !three');
|
||||
unlike ($output, qr/four/, 'ls project:A priority:H --> !four');
|
||||
|
||||
$output = qx{../src/task rc:op.rc ls project=A and priotity!=H};
|
||||
$output = qx{../src/task rc:op.rc ls project=A and priority!=H};
|
||||
unlike ($output, qr/one/, 'ls project:A priority:H --> !one');
|
||||
like ($output, qr/two/, 'ls project:A priority:H --> two');
|
||||
unlike ($output, qr/three/, 'ls project:A priority:H --> !three');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue