lua: add not-equals to the possible constraint verbs
This commit is contained in:
@@ -15,6 +15,7 @@ local function Constraint (spec)
|
||||
local verb = spec[2]
|
||||
local verbs = {
|
||||
["="] = "equals",
|
||||
["!"] = "not-equals",
|
||||
["c"] = "in-list",
|
||||
["~"] = "in-range",
|
||||
["#"] = "matches",
|
||||
|
Reference in New Issue
Block a user