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