TypingIndentation: add large test

This commit is contained in:
Dmitry Gridin
2020-05-06 19:19:42 +07:00
parent 36f6ccffde
commit ad00d28631
4 changed files with 4655 additions and 0 deletions
@@ -233,6 +233,11 @@ public class PerformanceTypingIndentationTestGenerated extends AbstractPerforman
runTest("idea/testData/indentationOnNewline/KT20783.kt");
}
@TestMetadata("LargeFile.kt")
public void testLargeFile() throws Exception {
runTest("idea/testData/indentationOnNewline/LargeFile.kt");
}
@TestMetadata("ModifierListInUnfinishedDeclaration.kt")
public void testModifierListInUnfinishedDeclaration() throws Exception {
runTest("idea/testData/indentationOnNewline/ModifierListInUnfinishedDeclaration.kt");
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -235,6 +235,11 @@ public class TypingIndentationTestBaseGenerated extends AbstractTypingIndentatio
runTest("idea/testData/indentationOnNewline/KT20783.after.kt");
}
@TestMetadata("LargeFile.after.kt")
public void testLargeFile() throws Exception {
runTest("idea/testData/indentationOnNewline/LargeFile.after.kt");
}
@TestMetadata("ModifierListInUnfinishedDeclaration.after.kt")
public void testModifierListInUnfinishedDeclaration() throws Exception {
runTest("idea/testData/indentationOnNewline/ModifierListInUnfinishedDeclaration.after.kt");