mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-12 04:36:59 +07:00
so that highlighting is tested as well and it is easier to run a single test GitOrigin-RevId: 1dab45eaaf98897c6a76500c0daa00c178b31d76
5 lines
165 B
Java
5 lines
165 B
Java
class StringTemplate2 {
|
|
String s = STR."""
|
|
yes<warning descr="Trailing whitespace characters inside text block"><caret> </warning>
|
|
\{}one""";
|
|
} |