Skip to content

Commit e1388bf

Browse files
committed
Added exception
1 parent 4224b97 commit e1388bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/github/underscore/StringTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3612,6 +3612,7 @@ void fromXmlStackoverflowObject() throws IOException {
36123612
try {
36133613
U.fromXmlMap(stringXml);
36143614
} catch (Throwable throwable) {
3615+
System.out.println("!!! - " + throwable);
36153616
assertTrue(throwable instanceof StackOverflowError);
36163617
}
36173618
}

0 commit comments

Comments
 (0)