Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-path-extname.js7 const slashRE = /\//g; constant
59 input = input.replace(slashRE, '\\');
71 const input = `C:${test[0].replace(slashRE, '\\')}`;
Dtest-path-resolve.js9 const slashRE = /\//g; constant
49 actualAlt = actual.replace(slashRE, '\\');