mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 13:39:36 +07:00
Java: fix text block selection behaviour in text blocks with escaped newlines (IDEA-282073)
GitOrigin-RevId: 430c4c67698acdb46d1756c5ed3bc12d6b01a5bd
This commit is contained in:
committed by
intellij-monorepo-bot
parent
09d35674b1
commit
661fc8569c
@@ -1,4 +1,4 @@
|
||||
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
// Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
package com.intellij.codeInsight;
|
||||
|
||||
import com.intellij.BasicDefaultLightProjectDescriptor;
|
||||
@@ -196,6 +196,8 @@ public abstract class AbstractBasicJavaSelectWordTest extends SelectWordTestBase
|
||||
|
||||
public void testTextBlockEmptyLines() { doTest("java"); }
|
||||
|
||||
public void testTextBlockEscapedLineEndings() { doTest("java"); }
|
||||
|
||||
public void testLineComments() { doTest("java"); }
|
||||
|
||||
public void testLineCommentsAtStart() { doTest("java"); }
|
||||
|
||||
Reference in New Issue
Block a user