We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f42714b commit 04592caCopy full SHA for 04592ca
1 file changed
src/test/java/org/openrewrite/java/migrate/lang/StringFormattedTest.java
@@ -69,18 +69,18 @@ void textBlock() {
69
package com.example.app;
70
class A {
71
String str = String.format(\"""
72
- foo
73
- %s
74
- \""", "a");
+ foo
+ %s
+ \""", "a");
75
}
76
""",
77
"""
78
79
80
String str = \"""
81
82
83
- \""".formatted("a");
+ \""".formatted("a");
84
85
86
),
0 commit comments