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