mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-25 08:00:22 +00:00
fixup! One more test case to show that big integers don't include "e0"
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user