nodejs-mozilla/test/pseudo-tty/test-stdin-write.js

4 lines
67 B
JavaScript

'use strict';
require('../common');
process.stdin.end('foobar\n');