Fix tests
This commit is contained in:
@@ -2,6 +2,5 @@ fun foo() {
|
||||
val v = """
|
||||
ArrayList<String> list = new ArrayList<String>();
|
||||
// NO_CONVERSION_EXPECTED
|
||||
|
||||
"""
|
||||
}
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
fun foo() {
|
||||
val v = "ArrayList<String> list = new ArrayList<String>();
|
||||
// NO_CONVERSION_EXPECTED
|
||||
"
|
||||
val v = "ArrayList<String> list = new ArrayList<String>();\n" +
|
||||
"// NO_CONVERSION_EXPECTED"
|
||||
}
|
||||
|
||||
+3
-3
@@ -48,9 +48,9 @@ public class LiteralTextToKotlinCopyPasteTestGenerated extends AbstractLiteralTe
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
@TestMetadata("MultiLinetoTripleQuote.txt")
|
||||
public void testMultiLinetoTripleQuote() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/copyPaste/plainTextLiteral/MultiLinetoTripleQuote.txt");
|
||||
@TestMetadata("MultiLineToTripleQuotes.txt")
|
||||
public void testMultiLineToTripleQuotes() throws Exception {
|
||||
String fileName = KotlinTestUtils.navigationMetadata("idea/testData/copyPaste/plainTextLiteral/MultiLineToTripleQuotes.txt");
|
||||
doTest(fileName);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user