Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-path-resolve.js44 let actualAlt; variable
47 actualAlt = actual.replace(backslashRE, '/');
49 actualAlt = actual.replace(slashRE, '\\');
54 if (actual !== expected && actualAlt !== expected)
Dtest-path-join.js126 let actualAlt; variable
129 actualAlt = actual.replace(backslashRE, '/');
134 if (actual !== expected && actualAlt !== expected) {