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 e1388bf commit 5db8471Copy full SHA for 5db8471
src/test/java/com/github/underscore/StringTest.java
@@ -3612,8 +3612,8 @@ void fromXmlStackoverflowObject() throws IOException {
3612
try {
3613
U.fromXmlMap(stringXml);
3614
} catch (Throwable throwable) {
3615
- System.out.println("!!! - " + throwable);
3616
- assertTrue(throwable instanceof StackOverflowError);
+ assertTrue(throwable instanceof StackOverflowError
+ || throwable instanceof org.xml.sax.SAXParseException);
3617
}
3618
3619
0 commit comments