super(name);
Fails for "default" mode.
return new JakartaRegexpRegexp();
Fails for the same reason as "default" mode in doEndTest2. try { super.testUnixLineSeparator(); fail("Should trigger once this bug is fixed. {@since 1.2}"); } catch (AssertionFailedError e){ }
try { super.testUnixLineSeparator(); fail("Should trigger once this bug is fixed. {@since 1.2}"); } catch (AssertionFailedError e){ }
try { super.testWindowsLineSeparator2(); fail("Should trigger when this bug is fixed. {@since 1.2}"); } catch (AssertionFailedError e){ }