more keyword tests

This commit is contained in:
Ari Lazier 2016-02-16 12:19:26 -08:00
parent c57eb99eb2
commit b1fd7abe74

View File

@ -50,7 +50,12 @@ static std::vector<std::string> valid_queries = {
"0 BeGiNsWiTh 0",
"0 ENDSWITH 0",
"contains contains 'contains'",
"beginswith beginswith 'beginswith'",
"endswith endswith 'endswith'",
"NOT NOT != 'NOT'",
"AND == 'AND' AND OR == 'OR'",
// FIXME - bug
// "truepredicate == 'falsepredicate' && truepredicate",
// atoms/groups
"(0=0)",