test: add tests for persistent repl history
authorJeremiah Senkpiel <fishrock123@rocketmail.com>
Sun, 2 Aug 2015 05:38:28 +0000 (22:38 -0700)
committerRod Vagg <rod@vagg.org>
Tue, 4 Aug 2015 18:56:18 +0000 (11:56 -0700)
commitceee8d28079b5976e49b753cbbf314867101a6ea
treec0680f15563cdd02b19d58bc5dcad7fe8a9f85e8
parent1721968b22146940701324db53590af286c45c7e
test: add tests for persistent repl history

PR-URL: https://github.com/nodejs/io.js/pull/2224
Reviewed-By: Michaƫl Zasso <mic.besace@gmail.com>
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
.eslintrc
lib/internal/repl.js
test/fixtures/.node_repl_history [new file with mode: 0644]
test/fixtures/old-repl-history-file.json [new file with mode: 0644]
test/sequential/test-repl-persistent-history.js [new file with mode: 0644]