mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-90457 Wrapping inserts two line breaks instead of one
Correct tab-less string processing
This commit is contained in:
@@ -39,6 +39,7 @@ public class JavaFormatterInEditorTest extends LightPlatformCodeInsightTestCase
|
||||
"\n" +
|
||||
"class <caret>Test {\n" +
|
||||
"}",
|
||||
|
||||
"import static java.util.concurrent\n" +
|
||||
" .atomic.AtomicInteger.*;\n" +
|
||||
"\n" +
|
||||
|
||||
Reference in New Issue
Block a user