fish-shell/tests/math.err

31 lines
583 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: Error: Too few arguments
'2 - '
^
math: Error: Too few arguments
'ncr(1)'
^
math: Error: Expression is bogus
'max()'
^
math: Error: Too few arguments
'sin()'
^
math: Error: Too many arguments
'2 + 2 4'
^
math: Expected at least 1 args, got only 0
math: Expected at least 1 args, got only 0
math: Error: Result is too large
'2^650'
math: Error: Result is infinite
'1 / 0'