mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
Java: fix text block extend selection behaviour (IDEA-227005, IDEA-226986)
GitOrigin-RevId: 9d9f4201db2e0b2dfedc8485701ea6f050e0df41
This commit is contained in:
committed by
intellij-monorepo-bot
parent
775979aed7
commit
fb26d47cda
@@ -198,6 +198,12 @@ public abstract class AbstractBasicJavaSelectWordTest extends SelectWordTestBase
|
||||
|
||||
public void testTextBlockEscapedLineEndings() { doTest("java"); }
|
||||
|
||||
public void testTextBlockLeadingWhitespace() { doTest("java"); }
|
||||
|
||||
public void testUnclosedTextBlock() { doTest("java"); }
|
||||
|
||||
public void testUnclosedLiteral() { doTest("java"); }
|
||||
|
||||
public void testLineComments() { doTest("java"); }
|
||||
|
||||
public void testLineCommentsAtStart() { doTest("java"); }
|
||||
|
||||
Reference in New Issue
Block a user