TextBlockMigration: support two new escape sequences (IDEA-230758)

GitOrigin-RevId: ab4d06cd4d6c198fcfc94d67e1e758de291648c1
This commit is contained in:
Artemiy Sartakov
2020-01-29 11:23:51 +07:00
committed by intellij-monorepo-bot
parent b32d7fc5ac
commit 5136d5999f
28 changed files with 160 additions and 103 deletions

View File

@@ -1,8 +1,8 @@
class C {
String empty = """
<html>
<html> \s
<body>
</body>
</html>
</html> \s
""";
}