mirror of
https://github.com/stleary/JSON-java.git
synced 2026-01-25 00:00:38 -05:00
chore(#887): JSONParserConfiguration strictMode true flag cleanup
This commit is contained in:
@@ -98,8 +98,7 @@ public class JSONTokenerTest {
|
||||
checkValid(" [] ",JSONArray.class);
|
||||
checkValid("[1,2]",JSONArray.class);
|
||||
checkValid("\n\n[1,2]\n\n",JSONArray.class);
|
||||
// TODO: strictMode regression, needs to be fixed
|
||||
// checkValid("1 2", String.class);
|
||||
checkValid("1 2", String.class);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user