mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-06 02:35:33 +08:00
investigate XML.toString() behavior with null JSONObject values
This commit is contained in:
@@ -1545,13 +1545,6 @@ public class JSONObjectTest {
|
||||
String sNull = XML.toString(jsonObjectNull);
|
||||
assertTrue("null should emit an empty string", "".equals(sNull));
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
private void nullOperations(Object value) {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user