mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-08 16:21:16 -03:00
Add test for long numbers in math
This should catch the error in 26e781ef5a.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user