Add a few more parser tests

This commit is contained in:
Scott Kyle 2016-05-19 13:08:39 -07:00
parent 87878b8b9c
commit db7cfc0f5d
1 changed files with 3 additions and 0 deletions

View File

@ -134,6 +134,9 @@ static std::vector<std::string> 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 &&",