mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
[java-typing] String template typing improvements: avoid } duplication; fix at input at EOF
GitOrigin-RevId: 5e2a3509a9300d53c2101d22bf4420fd5e520949
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0d63633751
commit
5a61cfcc6e
@@ -119,12 +119,16 @@ public abstract class AbstractBasicJavaTypingTest extends BasePlatformTestCase {
|
||||
public void testQuestionAfterPolyadicBoolean() { doTest('?'); }
|
||||
|
||||
public void testStartStringTemplate() { doTest('{'); }
|
||||
|
||||
public void testStartStringTemplateEof() { doTest('{'); }
|
||||
|
||||
public void testStartStringTemplateNoClosingQuote() { doTest('{'); }
|
||||
|
||||
public void testStartStringTemplateTextBlock() { doTest('{'); }
|
||||
|
||||
public void testStartStringTemplateAlreadyBrace() { doTest('{'); }
|
||||
|
||||
public void testEndStringTemplate() { doTest('}'); }
|
||||
|
||||
protected void doTest(char c) {
|
||||
myFixture.configureByFile(getTestName(true) + "_before.java");
|
||||
|
||||
Reference in New Issue
Block a user