Support quotes at the end of a raw string
Fix for KT-4650 Can't use double quote at the end of the raw string #KT-4650 Fixed
This commit is contained in:
@@ -4811,6 +4811,11 @@ public class BlackBoxCodegenTestGenerated extends AbstractBlackBoxCodegenTest {
|
||||
doTest("compiler/testData/codegen/box/strings/rawStrings.kt");
|
||||
}
|
||||
|
||||
@TestMetadata("rawStringsWithManyQuotes.kt")
|
||||
public void testRawStringsWithManyQuotes() throws Exception {
|
||||
doTest("compiler/testData/codegen/box/strings/rawStringsWithManyQuotes.kt");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@TestMetadata("compiler/testData/codegen/box/super")
|
||||
|
||||
Reference in New Issue
Block a user