aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2021-07-26 18:44:50 -0400
committerGravatar - 2021-07-26 22:56:45 -0400
commitb58c499df258523f184425fde91212c0f45b0b43 (patch)
treeaa42f2c72aa53e52c53bf2e47d95ef8a5ecc4c04 /test
parentupdate README.md (diff)
queryparse: use demorgan's laws to simplify parsed expression
Diffstat (limited to 'test')
-rwxr-xr-xtest/t_queryparse.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/t_queryparse.py b/test/t_queryparse.py
index df21639..3cf5dcb 100755
--- a/test/t_queryparse.py
+++ b/test/t_queryparse.py
@@ -18,3 +18,4 @@ f(["NOT", "[", "x", "y", "z", "]"])
f(["x", "y", "NOT", "z", "[", "a", "OR", "b", "]", "c"])
f(["x", "y", "z", "OR", "NOT", "x", "a", "z"])
f(["~~internal-*", "~-Application*", "NOT", "~~*xyz*"])
+f(["NOT", "[", "x", "y", "z", "OR", "x", "a", "]", "b"])
c='//www.gravatar.com/avatar/057c88e252e6014828d96132dd358a67?s=13&d=retro' width='13' height='13' alt='Gravatar' /> gingerBill 1-5/+6 2016-04-08Fix strict aliasing in gb_quake_inv_sqrtGravatar gingerBill 1-11/+13 2016-04-08Update gb_math.hGravatar gingerBill 1-1/+2 2016-04-08gb_math.h v0.04a - Minor bug fixesGravatar gingerBill 1-45/+50 2016-04-08Update README.mdGravatar gingerBill 1-2/+1 2016-04-08Delete gb_math.hppGravatar gingerBill 1-3882/+0 2016-04-08gb_math.h - v0.04 - Namespace everything with gbGravatar gingerBill 1-340/+1484 2016-03-03Update gb.h - v0.02Gravatar gingerBill 1-38/+59 Minor fixes to work with older versions of MSVC 2016-03-03New LibrariesGravatar gingerBill 3-2101/+1219 2016-01-01Explicit Everything!Gravatar gingerBill 4-306/+241 2015-12-17Macro fixesGravatar gingerBill 3-58/+75 2015-12-17Change conventions slightlyGravatar gingerBill 4-1041/+1069 2015-12-15Remove C++ specific macrosGravatar gingerBill 1-19/+2 2015-12-15Allow for no <stdio.h>Gravatar gingerBill 2-18/+32 2015-12-14gb.hpp - Allocators can be passed to gb_alloc/free/etc. without cast using ↵Gravatar gingerBill 3-33/+126 `typedef void *gb_Allocator_Ptr` 2015-12-14Update README.mdGravatar gingerBill 1-1/+1 2015-12-14gb.h - Implement all functions (from gb.hpp)Gravatar gingerBill 3-247/+1983 2015-12-14Update README.mdGravatar gingerBill 1-0/+1