Home
last modified time | relevance | path

Searched refs:terminalCode (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/parallel/
Dtest-repl-editor.js13 const terminalCode = '\u001b[1G\u001b[0J> \u001b[3G'; constant
14 const terminalCodeRegex = new RegExp(terminalCode.replace(/\[/g, '\\['), 'g');
23 `${terminalCode}.editor\n` +
25 `${input}${output}\n${terminalCode}`;
Dtest-repl-load-multiline.js11 const terminalCode = '\u001b[1G\u001b[0J \u001b[1G'; constant
12 const terminalCodeRegex = new RegExp(terminalCode.replace(/\[/g, '\\['), 'g');