PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/minimist/test

Просмотр файла: whitespace.js

var parse = require('../');
var test = require('tape');

test('whitespace should be whitespace' , function (t) {
    t.plan(1);
    var x = parse([ '-x', '\t' ]).x;
    t.equal(x, '\t');
});

Выполнить команду


Для локальной разработки. Не используйте в интернете!