File manager - Edit - /usr/local/lib/node_modules/bower/lib/node_modules/shell-quote/test/env_fn.js
Back
var test = require('tape'); var parse = require('../').parse; test('functional env expansion', function (t) { t.plan(4); t.same(parse('a $XYZ c', getEnv), [ 'a', 'xxx', 'c' ]); t.same(parse('a $XYZ c', getEnvObj), [ 'a', { op: '@@' }, 'c' ]); t.same(parse('a${XYZ}c', getEnvObj), [ 'a', { op: '@@' }, 'c' ]); t.same(parse('"a $XYZ c"', getEnvObj), [ 'a ', { op: '@@' }, ' c' ]); function getEnv (key) { return 'xxx'; } function getEnvObj (key) { return { op: '@@' }; } });
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings