Commit 137a615
committed
Bug: Wrong expected value when testing result of parsing double literal "1e23"
In the original "Apache Harmony" test "1e23" resulted in "1.0e23",
however running the same code in standard JRE (e.g. "1.8.0_121")
results in "9.999999999999999E22" (the new "expected value").1 parent 0783e0b commit 137a615
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
583 | 583 | | |
584 | 584 | | |
585 | 585 | | |
586 | | - | |
| 586 | + | |
587 | 587 | | |
588 | 588 | | |
589 | 589 | | |
| |||
0 commit comments