We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dff257 commit a2dd3a6Copy full SHA for a2dd3a6
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