mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-17 09:06:26 +00:00
Add a few more parser tests
This commit is contained in:
parent
87878b8b9c
commit
db7cfc0f5d
@ -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 &&",
|
||||
|
Loading…
x
Reference in New Issue
Block a user