xref
: /
third_party
/
node
/
test
/
pseudo-tty
/
test-stdin-write.js
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/pseudo-tty/
1
'use strict'
;
2
require
(
'../common'
);
3
process
.
stdin
.
end
(
'foobar\n'
);
4