Sign in
chromium
/
external
/
github.com
/
v8
/
node
/
refs/heads/node-ci-2026-04-16
/
.
/
test
/
parallel
/
test-repl-let-process.js
blob: 22b57ab5bb977ed15ef18cb497973723195311bf [
file
] [
edit
]
'use strict'
;
require
(
'../common'
);
const
{
startNewREPLServer
}
=
require
(
'../common/repl'
);
// Regression test for https://github.com/nodejs/node/issues/6802
const
{
input
}
=
startNewREPLServer
({
useGlobal
:
true
});
input
.
run
([
'let process'
]);