mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 06:55:11 +08:00
14 lines
532 B
Plaintext
14 lines
532 B
Plaintext
|
|
####################
|
|
# 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
|