mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 18:28:55 +07:00
Highlight incorrect escape instead of entire string literal
GitOrigin-RevId: 5455c5b43f8b19161dfa23643c197c8136cbbeff
This commit is contained in:
committed by
intellij-monorepo-bot
parent
30ab60d37d
commit
304a1c2df5
@@ -16,6 +16,10 @@ class C {
|
||||
\
|
||||
""";
|
||||
|
||||
String valid3 = """\u000Ahello""";
|
||||
String valid4 = """\u0020\u0020\u0020\u000Dhello""";
|
||||
String valid5 = \u0022\u0022\u0022\u0020\u0020\u0020\u000Ahello""";
|
||||
|
||||
String backSlash1 = """
|
||||
\u005c\""";
|
||||
}
|
||||
Reference in New Issue
Block a user