Add test to show bug

This commit is contained in:
John Aylward 2021-07-22 22:57:15 -04:00
parent 4e0faebe62
commit c03054b1a6

View File

@ -126,6 +126,8 @@ public class JSONObjectTest {
assertTrue("Should eval to true", obj1.similar(obj4)); assertTrue("Should eval to true", obj1.similar(obj4));
assertTrue("should eval to true",new JSONObject().put("a",1.1d).similar(new JSONObject("{\"a\":1.1}")));
} }
@Test @Test