summaryrefslogtreecommitdiff
path: root/test/simple/test-repl.js
Commit message (Expand)AuthorAgeFilesLines
* repl: Catch syntax errors betterisaacs2013-09-041-15/+18
* test: fix up indentation, replace tabs with spacesBen Noordhuis2013-07-101-1/+1
* repl: fix JSON.parse error checkBrian White2013-05-301-0/+3
* repl: isSyntaxError() catches "strict mode" errorsNathan Rajlich2013-03-301-0/+15
* repl: make built-in modules available by defaultFelix Böhm2013-01-121-1/+5
* REPL: fix floating point number parsingNirk Niggler2013-01-031-0/+3
* repl: don't interpret floating point numbersBen Noordhuis2012-11-101-0/+3
* repl: ensure each REPL instance gets its own "context"Nathan Rajlich2012-10-121-1/+6
* repl: make "end of input" JSON.parse() errors throw in the REPLNathan Rajlich2012-10-011-0/+4
* repl: make invalid RegExp modifiers throw in the REPLNathan Rajlich2012-09-301-0/+4
* repl: make invalid RegExps throw in the REPLNathan Rajlich2012-09-211-0/+4
* repl: fix passing an empty line inserting "undefined" into the bufferNathan Rajlich2012-07-041-1/+3
* repl: fix crashes when buffering commandMaciej Małecki2012-07-041-1/+3
* Warn about running npm in the replisaacs2012-06-051-3/+13
* test: fix failing test-repl.jsNathan Rajlich2012-04-061-8/+8
* repl: remove double calls where possibleFedor Indutny2012-02-181-0/+3
* .load, .save and local scope tab completionseebees2011-11-121-1/+1
* test: replace .addListener() calls with .on()Ben Noordhuis2011-10-151-12/+12
* Fixed a lot of jslint errors.Colton Baker2011-10-051-4/+4
* Fix test/simple/test-replRyan Dahl2011-08-091-1/+1
* Improve win compat of test-replRyan Dahl2011-08-091-5/+3
* Fixes #1267.koichik2011-07-081-1/+1
* Revert "Fixes #1267."Ryan Dahl2011-07-051-1/+1
* Fixes #1267.koichik2011-07-051-1/+1
* Update copyright headersRyan Dahl2011-03-141-0/+21
* Increase timeout on test-repl to 5 secondsRyan Dahl2011-01-251-1/+1
* Fix REPL for named functionsRyan Dahl2011-01-021-1/+20
* Add '{a:1}' to REPL testsRyan Dahl2011-01-011-1/+3
* GJSLint all simple tests exclude http-*, url, pathOleg Efimov2010-12-051-19/+19
* GJSLint continueOleg Efimov2010-12-051-67/+82
* Check for global leaks in all testsRyan Dahl2010-12-041-0/+2
* Fix global leaksRyan Dahl2010-12-041-2/+2
* styleRyan Dahl2010-12-011-52/+51
* Require without .js in test-replRyan Dahl2010-12-011-1/+1
* update repl to distinguish JSON.parse SyntaxErrors from the restMarco Rogers2010-11-201-7/+65
* Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith2010-10-111-2/+1
* Revert requireNative changes: 4e6b9b0, d429033, 6abbfa0, bcad540Ryan Dahl2010-09-191-1/+7
* Don't refer to private API in test-replRyan Dahl2010-09-071-2/+2
* Update tests to work with module contextsRyan Dahl2010-07-151-12/+13
* Added new API to Script, and implemented it in the REPLRuben Rodriguez2010-06-281-1/+1
* Soft deprecation of 'listening' event.Ryan Dahl2010-06-151-2/+1
* Fix test-replRyan Dahl2010-06-071-21/+24
* Buffer partial reads before doing expect match.Matt Ranney2010-04-121-16/+32
* REPL can be run from multiple different streams.Matt Ranney2010-04-121-0/+138