mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-29 07:46:12 +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 BeGiNsWiTh 0",
|
||||||
"0 ENDSWITH 0",
|
"0 ENDSWITH 0",
|
||||||
"contains contains 'contains'",
|
"contains contains 'contains'",
|
||||||
|
"beginswith beginswith 'beginswith'",
|
||||||
|
"endswith endswith 'endswith'",
|
||||||
"NOT NOT != 'NOT'",
|
"NOT NOT != 'NOT'",
|
||||||
|
"AND == 'AND' AND OR == 'OR'",
|
||||||
|
// FIXME - bug
|
||||||
|
// "truepredicate == 'falsepredicate' && truepredicate",
|
||||||
|
|
||||||
// atoms/groups
|
// atoms/groups
|
||||||
"(0=0)",
|
"(0=0)",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user