test: fix wrong parameter
PR-URL: https://github.com/nodejs/node/pull/24844 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
This commit is contained in:
parent
6780683a7a
commit
008b904c06
@ -90,7 +90,7 @@ joinTests.push([
|
|||||||
[['//', 'foo/bar'], '\\foo\\bar'],
|
[['//', 'foo/bar'], '\\foo\\bar'],
|
||||||
[['//', '/foo/bar'], '\\foo\\bar'],
|
[['//', '/foo/bar'], '\\foo\\bar'],
|
||||||
[['\\\\', '/', '/foo/bar'], '\\foo\\bar'],
|
[['\\\\', '/', '/foo/bar'], '\\foo\\bar'],
|
||||||
[['//'], '/'],
|
[['//'], '\\'],
|
||||||
// No UNC path expected (share name missing - questionable).
|
// No UNC path expected (share name missing - questionable).
|
||||||
[['//foo'], '\\foo'],
|
[['//foo'], '\\foo'],
|
||||||
[['//foo/'], '\\foo\\'],
|
[['//foo/'], '\\foo\\'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user