Home
last modified time | relevance | path

Searched refs:expectOut (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/parallel/
Dtest-repl-unexpected-token-recoverable.js15 const expectOut = /> \.\.\. undefined\n/; constant
29 assert.match(out, expectOut);
Dtest-repl-harmony.js33 const expectOut = /> Uncaught TypeError: /; constant
46 assert.match(out, expectOut);
/third_party/node/test/sequential/
Dtest-util-debug.js60 const expectOut = shouldWrite ? 'enabled\n' : 'disabled\n';
105 assert.strictEqual(out, expectOut);