The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-eval.js @ 6f043940

History | View | Annotate | Download (1.73 KB)

# Date Author Comment
48650639 01/17/2012 01:45 PM Andreas Madsen

Tests: fix jslint issues

850609ea 11/02/2011 07:38 PM Ryan Dahl

Remove separation of libuv tests

018e110c 10/14/2011 07:08 PM Ben Noordhuis

test: replace .addListener() calls with .on()

87286cc7 10/05/2011 09:51 PM Colton Baker

Fixed a lot of jslint errors.

Fixes #1831

accc34c5 08/24/2011 06:18 PM Ben Noordhuis

test: fix simple/test-eval

Test expects output of console.error(process.argv) to be spread out
over several lines but if /path/to/node is short, it stays on a single line.

4e1d6fca 08/24/2011 02:45 AM Ryan Dahl

Mark tests which are broken in libuv

df3a8fcb 07/25/2011 05:59 PM Ben Noordhuis

cli: don't print result of --eval

Fixes #572.

292345fe 07/16/2011 02:24 AM Steve Engledow

Improve --help message and Fix -e/--eval switch

--help should at least give some hint that node takes the -e switch

Update help message to include -e and swap eval block with module load block so argv works correctly

[steve@sane node](master)$ ./node -e 'process.argv' foo bar...