2017-08-24 11:38:40 +08:00
|
|
|
|
|
|
|
####################
|
|
|
|
# Validate basic expressions
|
|
|
|
|
|
|
|
####################
|
2017-12-18 04:31:39 +08:00
|
|
|
# Validate how variables in an expression are handled
|
2017-11-25 15:04:44 +08: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
|