1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/tests/ulib/inp/query_parser.inp
2015-01-23 17:24:36 +01:00

19 lines
632 B
Plaintext

NOT (a OR b)
NOT (a AND b)
a AND (b OR c)
(a OR b) AND NOT c
NOT (NOT (a AND m))
a AND b AND (c OR d)
(a OR b) AND c AND d
(a OR b) AND (c OR d)
(a OR b) AND (c AND d)
(a OR b) AND NOT (c AND d)
(a OR b) AND (c OR d) AND (e OR f)
(a OR b) AND (c OR d) AND (e OR f) AND (g OR h)
a OR b AND (c OR d AND (e OR f AND g AND (h OR i)))
a AND (b OR c AND (d OR (e AND (f OR g OR (h AND i)))))
NOT (a OR b) AND NOT (c OR d) AND (e OR f) AND NOT (g OR h)
a AND (b OR c AND (d OR (e AND (f OR g OR (h AND i) OR j))))
a AND (b OR c AND (d OR (e AND (f OR g OR (h AND i)) OR j)))
NOT (a OR b) AND NOT (c OR d) AND NOT (e OR f) AND NOT (g OR h)