test: repl tab completion test
authorSantiago Gimeno <santiago.gimeno@gmail.com>
Wed, 2 Mar 2016 20:59:17 +0000 (21:59 +0100)
committerMyles Borins <mborins@us.ibm.com>
Wed, 30 Mar 2016 20:12:14 +0000 (13:12 -0700)
commitb258dddb8c97e3963e16989fda617652f3dad629
tree3210790bcb3930563827fde92266048c584d97db
parent3b8fc4fddc9d8121eb6c3cf8d976b64d214f25ee
test: repl tab completion test

It checks that `eval` is called with `.scope` as an input string.

PR-URL: https://github.com/nodejs/node/pull/5534
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
test/parallel/test-repl-eval-scope.js [new file with mode: 0644]