mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-09 20:14:28 +08:00
Merge branch 'stleary:master' into complexkey
This commit is contained in:
@@ -3328,6 +3328,7 @@ public class JSONObjectTest {
|
||||
* Sample test case from https://github.com/stleary/JSON-java/issues/531
|
||||
* which verifies that no regression in double/BigDecimal support is present.
|
||||
*/
|
||||
@Test
|
||||
public void testObjectToBigDecimal() {
|
||||
double value = 1412078745.01074;
|
||||
Reader reader = new StringReader("[{\"value\": " + value + "}]");
|
||||
|
Reference in New Issue
Block a user