diff options
Diffstat (limited to 'test/lua')
-rw-r--r-- | test/lua/unit/expressions.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lua/unit/expressions.lua b/test/lua/unit/expressions.lua index 34dc8e13a..8633560ba 100644 --- a/test/lua/unit/expressions.lua +++ b/test/lua/unit/expressions.lua @@ -76,6 +76,7 @@ context("Rspamd expressions", function() end -- Expression is destroyed when the corresponding pool is destroyed cases = { + {'(E) && ((B + B + B + B) >= 1)', 0}, {'A & B | !C', 0}, {'A & (!B | C)', 1}, {'A + B + C + D + E + F >= 2', 1}, |