Skip to content

Commit 78cdb3d

Browse files
authored
fix wrong comment update
1 parent 7324cc0 commit 78cdb3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ public void shouldHandleCommentsInXML() {
350350
" <address>\n"+
351351
" <![CDATA[ this is -- <another> comment ]]>\n"+
352352
" <name>Joe Tester</name>\n"+
353-
" <!-- this is a - multi in line \n"+
353+
" <!-- this is a - multi line \n"+
354354
" comment -->\n"+
355355
" <street>Baker street 5</street>\n"+
356356
" </address>\n"+

0 commit comments

Comments
 (0)