mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Parser
- ::findAttributeModifier removes unnecessarily lexed sub-branches.
This commit is contained in:
parent
ad28d34b7e
commit
ebaca3607d
1 changed files with 1 additions and 0 deletions
|
@ -942,6 +942,7 @@ void Parser::findAttributeModifier ()
|
||||||
value = "''";
|
value = "''";
|
||||||
|
|
||||||
(*i)->unTag ("?");
|
(*i)->unTag ("?");
|
||||||
|
(*i)->removeAllBranches ();
|
||||||
(*i)->tag ("ATTMOD");
|
(*i)->tag ("ATTMOD");
|
||||||
(*i)->attribute ("name", canonical);
|
(*i)->attribute ("name", canonical);
|
||||||
(*i)->attribute ("raw", value);
|
(*i)->attribute ("raw", value);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue