Searched refs:msgOut (Results 1 – 4 of 4) sorted by relevance
10 const msgOut = 'this is stdout'; constant11 const msgOutBuf = Buffer.from(`${msgOut}\n`);15 `console.log("${msgOut}");`,
29 const msgOut = 'this is stdout'; constant33 const msgOutBuf = Buffer.from(`${msgOut}\n`);38 `console.log("${msgOut}"); console.error("${msgErr}");`,124 assert.strictEqual(ret.stdout, `${msgOut}\n`);
10 const msgOut = 'this is stdout'; constant11 const msgOutBuf = Buffer.from(`${msgOut}\n`);15 `"console.log('${msgOut}')";`,