Don't indent to unrelated closing quote (KT-17894)

#KT-17894 Fixed
This commit is contained in:
Nikolay Krasko
2017-05-15 20:08:59 +03:00
parent e211980df4
commit 0551659281
3 changed files with 26 additions and 8 deletions
@@ -98,6 +98,12 @@ public class MultiLineStringIndentTestGenerated extends AbstractMultiLineStringI
doTest(fileName);
}
@TestMetadata("enterAfterOpenningBrace.kt")
public void testEnterAfterOpenningBrace() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/editor/enterHandler/multilineString/spaces/enterAfterOpenningBrace.kt");
doTest(fileName);
}
@TestMetadata("enterBeforeMarginChar.kt")
public void testEnterBeforeMarginChar() throws Exception {
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/editor/enterHandler/multilineString/spaces/enterBeforeMarginChar.kt");