mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
TextBlockMigration: support two new escape sequences (IDEA-230758)
GitOrigin-RevId: ab4d06cd4d6c198fcfc94d67e1e758de291648c1
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b32d7fc5ac
commit
5136d5999f
+1
-1
@@ -3,7 +3,7 @@ class C {
|
||||
void x(int a, int b) {
|
||||
//keep me
|
||||
String s = java.text.MessageFormat.format("""
|
||||
the text
|
||||
the text\s
|
||||
block
|
||||
line2
|
||||
{0}{1} "to" be""", a, b);
|
||||
|
||||
@@ -2,7 +2,7 @@ class C {
|
||||
|
||||
void x(int a, int b) {
|
||||
String s = """
|
||||
the text\n block
|
||||
the text \n block
|
||||
line2
|
||||
""" +
|
||||
a + b + <caret>//keep me
|
||||
|
||||
Reference in New Issue
Block a user