There was an error while loading. Please reload this page.
1 parent 5a30674 commit cb68188Copy full SHA for cb68188
2 files changed
test/pseudo-tty/test-stdin-write.js
@@ -0,0 +1,3 @@
1
+'use strict';
2
+require('../common');
3
+process.stdin.end('foobar\n');
test/pseudo-tty/test-stdin-write.out
@@ -0,0 +1 @@
+foobar
0 commit comments