Make auto-indent work for multiline string with injection (KT-17942)

#KT-17942 Fixed
This commit is contained in:
Nikolay Krasko
2017-05-17 14:23:59 +03:00
parent e5822c76fb
commit 251a0270a4
5 changed files with 63 additions and 1 deletions
@@ -0,0 +1,12 @@
// language=HTML
val a =
"""
<html><caret>
</html>"""
//-----
// language=HTML
val a =
"""
<html>
<caret>
</html>"""