KT-1385 support multi line strings with templates
This commit is contained in:
@@ -73,6 +73,10 @@ public class StringsTest extends CodegenTestCase {
|
||||
blackBoxFile("rawStrings.jet");
|
||||
}
|
||||
|
||||
public void testMultilineStringsWithTemplates() throws Exception {
|
||||
blackBoxFile("multilineStringsWithTemplates.jet");
|
||||
}
|
||||
|
||||
public void testKt881() throws Exception {
|
||||
blackBoxFile("regressions/kt881.jet");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user