mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-02 09:46:28 +00:00
pr fixes
This commit is contained in:
parent
2109520913
commit
d5f56540b7
@ -82,7 +82,7 @@ namespace realm {
|
||||
Predicate parse(const std::string &query);
|
||||
|
||||
void analyzeGrammar();
|
||||
bool testGrammer();
|
||||
bool testGrammar();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -134,7 +134,7 @@ static std::vector<std::string> invalid_queries = {
|
||||
namespace realm {
|
||||
namespace parser {
|
||||
|
||||
bool testGrammer()
|
||||
bool testGrammar()
|
||||
{
|
||||
bool success = true;
|
||||
for (auto &query : valid_queries) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user