[cli-repl] Support readLine() during repl session
This commit is contained in:
committed by
Pavel V. Talanov
parent
00a117f089
commit
42c0396308
@@ -51,7 +51,7 @@ public class KotlinConsoleExecutor(
|
||||
val xmlRes = "$XML_PREAMBLE" +
|
||||
"<input>" +
|
||||
"${StringUtil.escapeXml(
|
||||
StringUtil.replace(command.trim(), SOURCE_CHARS, XML_REPLACEMENTS)
|
||||
StringUtil.replace("${command.trim()}\n", SOURCE_CHARS, XML_REPLACEMENTS)
|
||||
)}" +
|
||||
"</input>"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user