From ce0bd430d03a941167dab214c5e66ed93ca04b75 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 7 Aug 2015 19:33:57 -0400 Subject: [PATCH] Test: Modified abbreviated DOM test --- test/lexer.t.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lexer.t.cpp b/test/lexer.t.cpp index d006117ba..b009c5f72 100644 --- a/test/lexer.t.cpp +++ b/test/lexer.t.cpp @@ -487,7 +487,7 @@ int main (int argc, char** argv) { "+", Lexer::Type::op }, { "2", Lexer::Type::number }, { ")", Lexer::Type::op }, }, }, - { "desc~pattern", { { "desc", Lexer::Type::dom }, + { "description~pattern", { { "description", Lexer::Type::dom }, { "~", Lexer::Type::op }, { "pattern", Lexer::Type::identifier }, NO, NO }, }, { "(+tag)", { { "(", Lexer::Type::op },