From e66ad50e7e043a9308a95982129b9be9e60baae7 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 22 Jun 2015 21:27:08 -0400 Subject: [PATCH] Tests: Removed 'name=value' lexer test - Test is now a duplicate, because 'name=value' was three tokens, and is now a pair. --- test/lexer.t.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/lexer.t.cpp b/test/lexer.t.cpp index d84a72cbd..5e136deea 100644 --- a/test/lexer.t.cpp +++ b/test/lexer.t.cpp @@ -36,7 +36,7 @@ Context context; //////////////////////////////////////////////////////////////////////////////// int main (int argc, char** argv) { - UnitTest t (819); + UnitTest t (801); std::vector > tokens; std::string token; @@ -370,9 +370,6 @@ int main (int argc, char** argv) // due:eom-2w // due < eom + 1w + 1d // ( /pattern/ or 8ad2e3db-914d-4832-b0e6-72fa04f6e331,3b6218f9-726a-44fc-aa63-889ff52be442 ) - { "name=value", { { "name", Lexer::Type::dom }, - { "=", Lexer::Type::op }, - { "value", Lexer::Type::dom }, NO, NO }, }, { "(1+2)", { { "(", Lexer::Type::op }, { "1", Lexer::Type::number }, { "+", Lexer::Type::op },