A few more toDecimal() fixes
This commit is contained in:
parent
656f7e6796
commit
3a33ffdd50
2 changed files with 44 additions and 28 deletions
|
|
@ -140,6 +140,9 @@ for (let i = 0; i <= 12; i++) {
|
|||
test("set 100");
|
||||
test("div 3");
|
||||
|
||||
test("set 4001");
|
||||
test("div -5");
|
||||
|
||||
repl.start({
|
||||
prompt: "int36> ",
|
||||
input: process.stdin,
|
||||
|
|
|
|||
Loading…
Reference in a new issue