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-repl-options.js @ 6f043940

History | View | Annotate | Download (2.42 KB)

# Date Author Comment
cca15e8e 10/15/2012 05:59 PM Nathan Rajlich

test: disable global variable check for "test-repl-options.js"

Previously, the "global" mode of REPLs was broken when created after another
non-global REPL (they would end up sharing the same context). Now that "global"
mode is fixed for that case (b1e78cef097c682ed63528ad7efe294b18a9fb1d), this...

208b2307 03/27/2012 09:00 PM Nathan Rajlich

repl: add a 'useColors' option to the repl

This should only be minimally used, since the `terminal` value will usually be
what you are expecting. This option is specifically for the case where `terminal`
is false, but you still want colors to be output (or vice-versa).

a33d1c95 03/27/2012 08:49 PM Nathan Rajlich

repl: add test case verifying the repl options usage