mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Eval
- Labeled the (now differentiated) = and == operators.
This commit is contained in:
parent
159f632eff
commit
fcb039f801
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ static struct
|
|||
{ ">", 10, 'b', 'l' }, // Greater than
|
||||
{ "<", 10, 'b', 'l' }, // Less than
|
||||
|
||||
{ "=", 9, 'b', 'l' }, // Equal
|
||||
{ "==", 9, 'b', 'l' }, // Equal
|
||||
{ "=", 9, 'b', 'l' }, // Equal (partial)
|
||||
{ "==", 9, 'b', 'l' }, // Equal (exact)
|
||||
{ "!=", 9, 'b', 'l' }, // Inequal
|
||||
|
||||
{ "~", 8, 'b', 'l' }, // Regex match
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue