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

This commit is contained in:
Ed Hennis
2026-06-26 10:36:00 -04:00
parent 24ab150bdf
commit 573bf2abe3

View File

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