Raw strings: """ .. """ fixed
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user