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 cacc894 commit 1546a42Copy full SHA for 1546a42
1 file changed
src/test/java/org/htmlunit/junit/ErrorOutputChecker.java
@@ -50,6 +50,9 @@ public class ErrorOutputChecker implements BeforeEachCallback, AfterEachCallback
50
Pattern.compile(".*com.caucho.quercus.servlet.QuercusServlet initImpl\r?\n"),
51
Pattern.compile(".*QuercusServlet starting as QuercusServletImpl\r?\n"),
52
Pattern.compile(".*Quercus finished initialization in \\d*ms\r?\n"),
53
+
54
+ // XSLT
55
+ Pattern.compile("ERROR: 'Use of the extension function .*\r?\n"),
56
};
57
58
@Override
0 commit comments