TW-1584: attr.{isnt,not} use partial matching
- Change attr.{isnt,not} to be the exact opposite of attr{:is,:},
i.e. exact matching.
- Fix tests that assumed the old behavior was intended.
This commit is contained in:
@@ -66,7 +66,7 @@ unlike ($output, qr/two/, "$ut: list - two included");
|
||||
|
||||
$output = qx{../src/task rc:$rc list pro.not:a 2>&1};
|
||||
like ($output, qr/zero/, "$ut: list - zero included");
|
||||
unlike ($output, qr/one/, "$ut: list - one excluded");
|
||||
like ($output, qr/one/, "$ut: list - one included");
|
||||
unlike ($output, qr/two/, "$ut: list - two excluded");
|
||||
|
||||
$output = qx{../src/task rc:$rc list pro.not:a.b 2>&1};
|
||||
|
||||
Reference in New Issue
Block a user