KT-1385 support multi line strings with templates

This commit is contained in:
Andrey Breslav
2012-02-24 14:25:12 +04:00
parent 565aea36d9
commit f049d27fa3
13 changed files with 460 additions and 400 deletions
@@ -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");
}