mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Test: Modified abbreviated DOM test
This commit is contained in:
parent
38500fd90b
commit
ce0bd430d0
1 changed files with 1 additions and 1 deletions
|
@ -487,7 +487,7 @@ int main (int argc, char** argv)
|
||||||
{ "+", Lexer::Type::op },
|
{ "+", Lexer::Type::op },
|
||||||
{ "2", Lexer::Type::number },
|
{ "2", Lexer::Type::number },
|
||||||
{ ")", Lexer::Type::op }, }, },
|
{ ")", Lexer::Type::op }, }, },
|
||||||
{ "desc~pattern", { { "desc", Lexer::Type::dom },
|
{ "description~pattern", { { "description", Lexer::Type::dom },
|
||||||
{ "~", Lexer::Type::op },
|
{ "~", Lexer::Type::op },
|
||||||
{ "pattern", Lexer::Type::identifier }, NO, NO }, },
|
{ "pattern", Lexer::Type::identifier }, NO, NO }, },
|
||||||
{ "(+tag)", { { "(", Lexer::Type::op },
|
{ "(+tag)", { { "(", Lexer::Type::op },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue