You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As implemented, max returns the largest argument (and assumes all arguments are numeric or coercable to a numeric) but no implementation really knows what to do with an argument that is an array, and the shared unit tests don't cover it.
Rule: {"max":[{"var" : "integers"}]}
Data: {"integers":[1,2,3,4,5]}
Always return null.
The text was updated successfully, but these errors were encountered: