mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +02:00
Annotation Bug
- Fixed DOM lookup of special-case attributes: id and urgency are not stored in the usual manner, and must be handled differently. - Removed the responsibility of DOM to evaluate literals, because they are handled more effectively in A3::tokenize. - Fixed old code that assumed ".id" instead of "id". - Removed unnecessary diag call from annotate.t.
This commit is contained in:
parent
1884223a2e
commit
e61e08c2ca
3 changed files with 11 additions and 70 deletions
|
@ -64,7 +64,6 @@ sleep 1;
|
|||
qx{../src/task rc:annotate.rc 3 annotate baz1};
|
||||
|
||||
my $output = qx{../src/task rc:annotate.rc rrr};
|
||||
diag ($output);
|
||||
|
||||
# ID Description
|
||||
# -- -------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue