Test: Modified abbreviated DOM test

This commit is contained in:
Paul Beckingham 2015-08-07 19:33:57 -04:00
parent 38500fd90b
commit ce0bd430d0

View file

@ -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 },