PATH:
usr
/
local
/
lib
/
node_modules
/
bower
/
lib
/
node_modules
/
optimist
/
test
var optimist = require('../'); var test = require('tap').test; test('whitespace should be whitespace' , function (t) { t.plan(1); var x = optimist.parse([ '-x', '\t' ]).x; t.equal(x, '\t'); });
[-] usage.js
[edit]
[+]
..
[-] _.js
[edit]
[-] parse.js
[edit]
[-] whitespace.js
[edit]
[-] dash.js
[edit]
[-] short.js
[edit]
[-] parse_modified.js
[edit]
[+]
_