You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -583,6 +585,7 @@ public void testMultipleThings2()
583
585
assertEquals(0, expectedKeys.size());
584
586
} catch (JSONExceptione)
585
587
{
588
+
e.printStackTrace();
586
589
fail(e.toString());
587
590
}
588
591
}
@@ -702,6 +705,7 @@ public void testToString_MultipleTestCases()
702
705
assertEquals(
703
706
//"{\n \"noh\": \"0x0x\",\n \"one\": [[1]],\n \"o\": 999,\n \"+\": 6.0E66,\n \"true\": true,\n \"forgiving\": \"This package can be used to parse formats that are similar to but not stricting conforming to JSON\",\n \"fun\": \"with non-standard forms\",\n \"double\": 0.666,\n \"uno\": [[{\"1\": 1}]],\n \"dec\": 666,\n \"oct\": 666,\n \"hex\": \"0x666\",\n \"string\": \"o. k.\",\n \"empty\": \"\",\n \"false\": false,\n \"[true]\": [[\n \"!\",\n \"@\",\n \"*\"\n ]],\n \"pluses\": \"+++\",\n \"why\": \"To make it easier to migrate existing data to JSON\",\n \"null\": null\n}",
704
707
"{\n\"fun\": \"with non-standard forms\",\n\"forgiving\": \"This package can be used to parse formats that are similar to but not stricting conforming to JSON\",\n\"why\": \"To make it easier to migrate existing data to JSON\",\n\"one\": [[1]],\n\"uno\": [[{\"1\": 1}]],\n\"+\": 6.0E66,\n\"pluses\": \"+++\",\n\"empty\": \"\",\n\"double\": 0.666,\n\"true\": true,\n\"false\": false,\n\"null\": null,\n\"[true]\": [[\n\"!\",\n\"@\",\n\"*\"\n ]],\n\"string\": \"o. k.\",\n\"oct\": 666,\n\"hex\": \"0x666\",\n\"dec\": 666,\n\"o\": 999,\n\"noh\": \"0x0x\"\n}",
708
+
// "{\n \"fun\": \"with non-standard forms\",\n \"forgiving\": \"This package can be used to parse formats that are similar to but not stricting conforming to JSON\",\n \"why\": \"To make it easier to migrate existing data to JSON\",\n \"one\": [[\"1.00\"]],\n \"uno\": [[{\"1\": \"1\"}]],\n \"+\": \"+6e66\",\n \"pluses\": \"+++\",\n \"empty\": \"\",\n \"double\": \"0.666\",\n \"true\": \"TRUE\",\n \"false\": \"FALSE\",\n \"null\": null,\n \"[\\\"true\\\"]\": [[\n \"!\",\n \"@\",\n \"*\"\n ]],\n \"string\": \"o. k.\",\n \"oct\": \"0666\",\n \"hex\": \"0x666\",\n \"dec\": \"666\",\n \"o\": \"0999\",\n \"noh\": \"0x0x\"\n}",
0 commit comments