Files
2023-10-31 23:25:21 +00:00

7 lines
122 B
Java

class Test {
String textBlock = """
<selection>
fo<caret>o
</selection> """;
}