One more test case to show that big integers don't include "e0"

This commit is contained in:
Ed Hennis
2026-06-25 22:42:43 -04:00
parent 78884b8b00
commit 24ab150bdf

View File

@@ -1427,6 +1427,7 @@ public:
test(Number(-2, 10), "-20000000000", __LINE__);
test(Number(-2, 11), "-2e11", __LINE__);
test(Number(-2, 11) + 1, "-200000000001", __LINE__);
switch (scale)
{