Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
test: fix wrong parameter
  • Loading branch information
zhmushan committed Dec 5, 2018
commit ff5a417411bcb09697f35411c0987179a3760b00
2 changes: 1 addition & 1 deletion test/parallel/test-path-join.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ joinTests.push([
[['//', 'foo/bar'], '\\foo\\bar'],
[['//', '/foo/bar'], '\\foo\\bar'],
[['\\\\', '/', '/foo/bar'], '\\foo\\bar'],
[['//'], '/'],
[['//'], '\\'],
// No UNC path expected (share name missing - questionable).
[['//foo'], '\\foo'],
[['//foo/'], '\\foo\\'],
Expand Down