Sign in
chromium
/
external
/
github.com
/
v8
/
node
/
refs/heads/fuchsia
/
.
/
test
/
pseudo-tty
/
test-stdin-write.js
blob: 39091f20bbb745c23d476909eb5de93d02e6a0de [
file
] [
edit
]
'use strict'
;
require
(
'../common'
);
process
.
stdin
.
end
(
'foobar\n'
);