mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CLI2: Fixed bug where ::desugarFilterAttributes set 'name' instead of 'canonical'
This commit is contained in:
parent
633d07f75b
commit
fcc1bb3ef2
1 changed files with 1 additions and 1 deletions
|
@ -958,7 +958,7 @@ void CLI2::desugarFilterAttributes ()
|
||||||
|
|
||||||
A2 lhs (name, Lexer::Type::dom);
|
A2 lhs (name, Lexer::Type::dom);
|
||||||
lhs.tag ("FILTER");
|
lhs.tag ("FILTER");
|
||||||
lhs.attribute ("name", canonical);
|
lhs.attribute ("canonical", canonical);
|
||||||
lhs.attribute ("modifier", mod);
|
lhs.attribute ("modifier", mod);
|
||||||
|
|
||||||
A2 op ("", Lexer::Type::op);
|
A2 op ("", Lexer::Type::op);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue