mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
Java text blocks: support octal and unicode escape sequences (IDEA-251084)
GitOrigin-RevId: 00a5992c83b0824c7630e5e5657a1f564b2c766f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d5ebd0fca2
commit
24ce3f8313
@@ -15,4 +15,7 @@ class C {
|
||||
String valid2 = """
|
||||
\
|
||||
""";
|
||||
|
||||
String backSlash1 = """
|
||||
\u005c\""";
|
||||
}
|
||||
Reference in New Issue
Block a user