Java text blocks: support octal and unicode escape sequences (IDEA-251084)

GitOrigin-RevId: 00a5992c83b0824c7630e5e5657a1f564b2c766f
This commit is contained in:
Artemiy Sartakov
2020-10-05 15:21:14 +07:00
committed by intellij-monorepo-bot
parent d5ebd0fca2
commit 24ce3f8313
12 changed files with 400 additions and 122 deletions

View File

@@ -15,4 +15,7 @@ class C {
String valid2 = """
\
""";
String backSlash1 = """
\u005c\""";
}