mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-25 03:07:20 +02:00
Bug #995
- Fixed bug #995, which mis-parsed UUIDs in filters as other elements (thanks to Bryce Harrington). - Nibbler no longer permits 8-character UUID abbreviations, because too often they resemble other forms, such as '1111111d' which looks like a duration. - Modified unit tests accordingly.
This commit is contained in:
parent
10aa70a53b
commit
f4bfa1b2fd
6 changed files with 22 additions and 28 deletions
|
@ -157,7 +157,7 @@ like ($output, qr/one/, "Found with $short");
|
|||
|
||||
($short) = $uuid =~ /^(.{8})/;
|
||||
$output = qx{../src/task rc:bug.rc $short list};
|
||||
like ($output, qr/one/, "Found with $short");
|
||||
unlike ($output, qr/one/, "Not found with $short");
|
||||
|
||||
($short) = $uuid =~ /^(.{7})/;
|
||||
$output = qx{../src/task rc:bug.rc $short list};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue