repl: make REPL support multiline template literals
authorXiaowei Li <446240525@qq.com>
Mon, 19 Jan 2015 05:42:05 +0000 (13:42 +0800)
committerBen Noordhuis <info@bnoordhuis.nl>
Mon, 19 Jan 2015 12:06:37 +0000 (13:06 +0100)
commitb7365c15597253e906590045aa6f3f07f6e76b52
tree9c8a4ac5354403a1b82a2e2578e1f85ac40e2855
parent2253d30d9cbba42abc1faa183e4480cac69c4222
repl: make REPL support multiline template literals

Let REPL enter multiline mode if user's input contains unterminated
template literals.

PR-URL: https://github.com/iojs/io.js/pull/333
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
lib/repl.js
test/parallel/test-repl.js