Files
2022-09-27 18:02:25 +00:00

9 lines
266 B
Java

// "Replace with text block" "true-preview"
class TextBlockMigration {
void literalWithEscapedQuotes() {
String s = "<caret>{\"key\": \"retracted-but-long\", \"sentences\": [\"some long sentence\", \"another long sentence\"], \"language\":\"en-US\"}";
}
}