mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 14:25:04 +07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
+13
@@ -503,4 +503,17 @@ public class JavaFormatterIndentationTest extends AbstractJavaFormatterTest {
|
||||
"// This is a line comment"
|
||||
);
|
||||
}
|
||||
|
||||
public void testMultilineComment() {
|
||||
// IDEA-90860
|
||||
String text =
|
||||
"\n" +
|
||||
"/*\n" +
|
||||
" * comment\n" +
|
||||
" */\n" +
|
||||
"\n" +
|
||||
"class Test {\n" +
|
||||
"}";
|
||||
doTextTest(text, text);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user