text blocks: don't escape paste outside content of text block (IDEA-217353)

GitOrigin-RevId: 7ee24196154f11a34b50d2d95c62f374abe13f14
This commit is contained in:
Bas Leijdekkers
2019-08-01 01:02:50 +03:00
committed by intellij-monorepo-bot
parent 3a73782bb6
commit dca820c744
4 changed files with 17 additions and 3 deletions
@@ -0,0 +1,4 @@
class C {
String empty = """
"\"";
}
@@ -0,0 +1,4 @@
class C {
String empty = """
"<caret>"";
}