mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Parser
- ::findIdSequence removes unnecessarily lexed sub-branches.
This commit is contained in:
parent
ebaca3607d
commit
5199554811
1 changed files with 1 additions and 0 deletions
|
@ -1165,6 +1165,7 @@ void Parser::findIdSequence ()
|
|||
}
|
||||
|
||||
(*i)->unTag ("?");
|
||||
(*i)->removeAllBranches ();
|
||||
(*i)->tag ("ID");
|
||||
|
||||
Tree* branch = (*i)->addBranch (new Tree ("argSeq"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue