We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a31f9e commit 4f1c8b2Copy full SHA for 4f1c8b2
src/test/java/org/json/junit/XMLTest.java
@@ -885,7 +885,8 @@ public void testToJsonWithNullWhenNilConversionEnabled() {
885
886
final JSONObject json = XML.toJSONObject(originalXml,
887
new XMLParserConfiguration()
888
- .withKeepStrings(false).withcDataTagName("content")
+ .withKeepStrings(false)
889
+ .withcDataTagName("content")
890
.withConvertNilAttributeToNull(true));
891
assertEquals(expectedJsonString, json.toString());
892
}
0 commit comments