diff options
| author | 2021-07-25 23:52:10 -0400 | |
|---|---|---|
| committer | 2021-07-26 22:55:46 -0400 | |
| commit | 7450cc8663a806677af9210ca5f28ba0d591d249 (patch) | |
| tree | d3042278566b07682706a9b5c76d7c1556892bc6 /test | |
| parent | start query parser (diff) | |
queryparse: fix mistaken command in AND
Diffstat (limited to 'test')
| -rwxr-xr-x | test/t_queryparse.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/t_queryparse.py b/test/t_queryparse.py index 9bf0511..a37a67b 100755 --- a/test/t_queryparse.py +++ b/test/t_queryparse.py @@ -8,3 +8,4 @@ def f(x): print(queryparse.parse(x)) f(["x", "OR", "y"]) +f(["x", "y", "OR", "a", "b"]) |
