Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3d87688

Browse filesBrowse files
zhmushanBethGriggs
authored andcommitted
test: fix wrong parameter
PR-URL: #24844 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 6db760c commit 3d87688
Copy full SHA for 3d87688

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎test/parallel/test-path-join.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-path-join.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ joinTests.push([
9090
[['//', 'foo/bar'], '\\foo\\bar'],
9191
[['//', '/foo/bar'], '\\foo\\bar'],
9292
[['\\\\', '/', '/foo/bar'], '\\foo\\bar'],
93-
[['//'], '/'],
93+
[['//'], '\\'],
9494
// No UNC path expected (share name missing - questionable).
9595
[['//foo'], '\\foo'],
9696
[['//foo/'], '\\foo\\'],

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.