-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
According the specification section 3.3:
Conditions MUST accept
INT,STR, andTNS. ASTRcondition MUST first be converted using the language'sINTconversion rules. ATNScondition MUST be treated as true if any contained element is truthy and false otherwise.
This is incorrect. Conditions MUST accept all types, and coerces them to their boolean representation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation