-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
According the specification section 4:
Conditions accept
INT,STR, orTNS.STRconditions are first converted toINTusing theINTbuilt-in rules (empty -> 0; binary string -> that integer; other non-empty -> 1) before truthiness is checked. ATNScondition is true if any of its elements is true by theINT/STRtruthiness rules.
In the implementation, however, TNS is always falsey.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working