Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-url-fileurltopath.js23 const withHost = new URL('file://host/a'); constant
26 assert.strictEqual(url.fileURLToPath(withHost), '\\\\host\\a');
28 assert.throws(() => url.fileURLToPath(withHost), {