Raw strings: """ .. """ fixed

This commit is contained in:
Andrey Breslav
2011-11-30 10:20:19 +03:00
parent e9a9562efa
commit 90c4b0e746
3 changed files with 20 additions and 1 deletions
@@ -0,0 +1,12 @@
package org.jetbrains.jet.codegen;
/**
* @author yole
* @author alex.tkachman
*/
public class StringsTest extends CodegenTestCase {
public void testRawStrings() throws Exception {
blackBoxFile("rawStrings.jet");
}
}