source:
trip-planner-front/node_modules/minimist/test/whitespace.js@
6a80231
Last change on this file since 6a80231 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 191 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 1 | var parse = require('../'); |
2 | var test = require('tape'); | |
3 | ||
4 | test('whitespace should be whitespace' , function (t) { | |
5 | t.plan(1); | |
6 | var x = parse([ '-x', '\t' ]).x; | |
7 | t.equal(x, '\t'); | |
8 | }); |
Note:
See TracBrowser
for help on using the repository browser.