mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 09:39:37 +07:00
so that highlighting is tested as well and it is easier to run a single test GitOrigin-RevId: 1dab45eaaf98897c6a76500c0daa00c178b31d76
7 lines
142 B
Java
7 lines
142 B
Java
// "Escape trailing whitespace characters" "true"
|
|
|
|
class StringTemplate2 {
|
|
String s = STR."""
|
|
before\{}\s
|
|
\{}after""";
|
|
} |