summaryrefslogtreecommitdiff
path: root/test/simple/test-cli-eval.js
Commit message (Expand)AuthorAgeFilesLines
* src: clean up CLI argument parserBen Noordhuis2013-09-021-0/+5
* test: add extra checks in simple/test-cli-evalBen Noordhuis2012-09-041-0/+5
* cli: make argument to -p optionalBen Noordhuis2012-09-041-1/+7
* cli: make -p equivalent to -peBen Noordhuis2012-09-031-1/+1
* Report errors properly from --eval and stdinisaacs2012-07-301-6/+7
* test: fix bad commentBen Noordhuis2012-05-221-1/+1
* cli: add -p switch, print result of --evalBen Noordhuis2011-12-011-0/+15
* Fixed a lot of jslint errors.Colton Baker2011-10-051-1/+1
* win: make test-cli-eval.js passBert Belder2011-09-111-8/+9
* Mark tests which are broken in libuvRyan Dahl2011-08-231-0/+3
* test: fix bad test in test-cli-eval.jsBen Noordhuis2011-08-041-3/+3
* cli: don't print result of --evalBen Noordhuis2011-07-251-4/+10
* `node -e ''` should mean eval(''), not invoke REPLFuji, Goro2011-05-311-0/+6
* Update copyright headersRyan Dahl2011-03-141-0/+21
* Fix tests when spaces are in pathCarter Allen2011-01-251-1/+1
* GJSLint all simple tests exclude http-*, url, pathOleg Efimov2010-12-051-12/+12
* require() should work with `node --eval`.Ben Noordhuis2010-11-211-0/+28