formatting

This commit is contained in:
John J. Aylward
2020-07-21 11:30:35 -04:00
parent 5a31f9ef5f
commit 4f1c8b2d6f
+2 -1
View File
@@ -885,7 +885,8 @@ public class XMLTest {
final JSONObject json = XML.toJSONObject(originalXml,
new XMLParserConfiguration()
.withKeepStrings(false).withcDataTagName("content")
.withKeepStrings(false)
.withcDataTagName("content")
.withConvertNilAttributeToNull(true));
assertEquals(expectedJsonString, json.toString());
}