mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-17 10:02:43 +00:00
more keyword tests
This commit is contained in:
parent
c57eb99eb2
commit
b1fd7abe74
@ -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)",
|
||||
|
Loading…
x
Reference in New Issue
Block a user