mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-05 14:11:26 +07:00
text blocks: fix broken escape highlighting (IDEA-219098)
GitOrigin-RevId: 299585eb47bbd5f5b14473aadd0290fc64ef0845
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b3f64ec64b
commit
d34083c8f4
@@ -8,4 +8,7 @@ class C {
|
||||
invalid escape <error descr="Illegal escape character in string literal">\</error>
|
||||
continue;
|
||||
""";
|
||||
String invalid5 = """
|
||||
\n\n\n\n<error descr="Illegal escape character in string literal">\</error>
|
||||
""";
|
||||
}
|
||||
Reference in New Issue
Block a user