We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab35592 commit 5a2ff7cCopy full SHA for 5a2ff7c
test/parallel/test-path-join.js
@@ -90,7 +90,7 @@ joinTests.push([
90
[['//', 'foo/bar'], '\\foo\\bar'],
91
[['//', '/foo/bar'], '\\foo\\bar'],
92
[['\\\\', '/', '/foo/bar'], '\\foo\\bar'],
93
- [['//'], '/'],
+ [['//'], '\\'],
94
// No UNC path expected (share name missing - questionable).
95
[['//foo'], '\\foo'],
96
[['//foo/'], '\\foo\\'],
0 commit comments