Home
last modified time | relevance | path

Searched refs:tapEscape (Results 1 - 1 of 1) sorted by relevance

/third_party/node/lib/internal/test_runner/reporter/
H A Dtap.js47 yield `${indent(data.nesting)}# Subtest: ${tapEscape(data.name)}\n`;
54 yield `# ${tapEscape(lines[i])}\n`;
58 yield `${indent(data.nesting)}# ${tapEscape(data.message)}\n`;
71 line += ` ${tapEscape(`- ${name}`)}`;
75 line += ` # SKIP${typeof skip === 'string' && skip.length ? ` ${tapEscape(skip)}` : ''}`;
77 line += ` # TODO${typeof todo === 'string' && todo.length ? ` ${tapEscape(todo)}` : ''}`;
115 function tapEscape(input) { function

Completed in 1 milliseconds