initial tests
authorFedor Indutny <fedor.indutny@gmail.com>
Thu, 22 Sep 2011 17:03:46 +0000 (00:03 +0700)
committerRyan Dahl <ry@tinyclouds.org>
Fri, 23 Sep 2011 16:38:24 +0000 (09:38 -0700)
commit1e37efb08bbd1ebd82437b417329b6f8f1639fd0
treea3fae883c0d7d49a92bc4dd1ce1e11cf0f70c947
parent66293f6e98e957646fab81a3434105374d960d1f
initial tests

* Don't buffer command, before it's execution (repl)
* `quit` command, custom streams for .start, stubbed out test, disable
  history repeation for non-tty (debugger)
lib/_debugger.js
lib/repl.js
test/simple/test-debugger-repl.js [new file with mode: 0644]