mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
13 lines
532 B
Text
13 lines
532 B
Text
|
|
####################
|
|
# Validate basic expressions
|
|
|
|
####################
|
|
# Validate how variables in an expression are handled
|
|
|
|
####################
|
|
# 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
|