2017-08-24 03:38:40 +00:00
|
|
|
|
|
|
|
####################
|
|
|
|
# Validate basic expressions
|
|
|
|
|
|
|
|
####################
|
2017-12-17 20:31:39 +00:00
|
|
|
# Validate how variables in an expression are handled
|
2017-11-25 07:04:44 +00:00
|
|
|
|
|
|
|
####################
|
|
|
|
# Validate math error reporting
|
|
|
|
math: Invalid expression: Too few parameters for function "min" at expression position 5
|
|
|
|
math: Invalid expression: String value used where a numerical argument is expected.
|
|
|
|
math: Invalid expression: Too few parameters for function "max" at expression position 5
|
|
|
|
math: Invalid expression: Too few parameters for function "sum" at expression position 5
|