You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
junit.framework.ComparisonFailure:
Unexpected output running resulting class file for X.java:
--[START]--
---[END]---
.
----------- Expected ------------
<html>\n
<body>\n
<p>Hello, world</p>\n
</body>\n
</html>
------------ but was ------------
---------------------- ----------
expected:<[<html>\n
<body>\n
<p>Hello, world</p>\n
</body>\n
</html>]> but was:<[]>
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertStringEquals(TestCase.java:265)
at org.eclipse.jdt.core.tests.junit.extension.TestCase.assertEquals(TestCase.java:240)
at org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest.runTest(AbstractRegressionTest.java:3640)
at org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest.runTest(AbstractRegressionTest.java:3290)
at org.eclipse.jdt.core.tests.compiler.regression.AbstractRegressionTest.runConformTest(AbstractRegressionTest.java:2083)
at org.eclipse.jdt.core.tests.compiler.regression.TextBlockTest.runConformTest(TextBlockTest.java:44)
at org.eclipse.jdt.core.tests.compiler.regression.TextBlockTest.test016b(TextBlockTest.java:1635)
The text was updated successfully, but these errors were encountered:
These two tests failed:
https://github.com/eclipse-jdt/eclipse.jdt.core/pull/3466/checks?check_run_id=34522421368
for example:
The text was updated successfully, but these errors were encountered: