From db7cfc0f5d150753e5ed554047a184ae17bed27a Mon Sep 17 00:00:00 2001 From: Scott Kyle Date: Thu, 19 May 2016 13:08:39 -0700 Subject: [PATCH] Add a few more parser tests --- src/object-store/tests/parser.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/object-store/tests/parser.cpp b/src/object-store/tests/parser.cpp index 6062928e..15c5cf2c 100644 --- a/src/object-store/tests/parser.cpp +++ b/src/object-store/tests/parser.cpp @@ -134,6 +134,9 @@ static std::vector invalid_queries = { "a==a &| a==a", "a==a && OR a==a", "a==aORa==a", + "a==a ORa==a", + "a==a AND==a", + "a==a ANDa==a", "a=1ANDNOT b=2", "truepredicate &&",