Skip to content

Commit 7324cc0

Browse files
authored
fix wrong comment update
1 parent 75a34a2 commit 7324cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/json/junit/XMLConfigurationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ public void shouldHandleCommentsInXML() {
298298
" <address>\n"+
299299
" <![CDATA[ this is -- <another> comment ]]>\n"+
300300
" <name>Joe Tester</name>\n"+
301-
" <!-- this is a - multi in line \n"+
301+
" <!-- this is a - multi line \n"+
302302
" comment -->\n"+
303303
" <street>Baker street 5</street>\n"+
304304
" </address>\n"+

0 commit comments

Comments
 (0)