From b1fd7abe74af2de6007d6685ef538051e7ac0323 Mon Sep 17 00:00:00 2001 From: Ari Lazier Date: Tue, 16 Feb 2016 12:19:26 -0800 Subject: [PATCH] more keyword tests --- tests/parser.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/parser.cpp b/tests/parser.cpp index c3788cf1..93d5f159 100644 --- a/tests/parser.cpp +++ b/tests/parser.cpp @@ -50,7 +50,12 @@ static std::vector 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)",