/proc/self/root/var/runtime/node_modules/@aws-sdk/node_modules/minimist/test
This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.
'use strict'; 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');});