mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 19:03:38 +08:00
Add test for long numbers in math
This should catch the error in 26e781ef5a
.
This commit is contained in:
parent
11f4e64e45
commit
7ffcb828fe
|
@ -7,3 +7,4 @@ math -s0 '10 % 6'
|
|||
math '23 % 7'
|
||||
math -s6 '5 / 3 * 0.3'
|
||||
true
|
||||
math "1 + 1233242342353453463458972349873489273984873289472914712894791824712941"
|
||||
|
|
|
@ -6,3 +6,4 @@
|
|||
4
|
||||
2
|
||||
.499999
|
||||
1233242342353453463458972349873489273984873289472914712894791824712942
|
||||
|
|
Loading…
Reference in New Issue
Block a user