fish-shell/tests/math.err

14 lines
532 B
Plaintext
Raw Normal View History

####################
# Validate basic expressions
####################
# 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