Skip to content

Commit

Permalink
fix: fix windows cases
Browse files Browse the repository at this point in the history
Signed-off-by: zongz <[email protected]>
  • Loading branch information
zong-zhe committed Mar 15, 2024
1 parent 22335e0 commit db421f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/path/path_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func TestSanitizePath(t *testing.T) {
}{
name: "Windows style path",
input: "C:\\Program Files\\Test<:>*|",
expected: "C:\\Program Files\\Test______",
expected: "C:\\Program Files\\Test_____",
})
}

Expand Down

0 comments on commit db421f4

Please sign in to comment.