mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 16:21:15 -03:00
[math] Add tests for runtime errors
And fix "isinfinite" - it's called "isinf".
This commit is contained in:
@@ -31,3 +31,5 @@ not math 'sin()'
|
||||
not math '2 + 2 4'
|
||||
not math
|
||||
not math -s 12
|
||||
not math 2^650
|
||||
not math 1 / 0
|
||||
|
||||
Reference in New Issue
Block a user