Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
add another fspath.Join test case
Browse files Browse the repository at this point in the history
Signed-off-by: Achille Roussel <[email protected]>
  • Loading branch information
achille-roussel committed Aug 6, 2023
1 parent f5b9d9e commit b6a50db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/sandbox/fspath/fspath_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ func TestJoin(t *testing.T) {
{"//hello", "//world", "/hello/world"},
{"//hello/", "//world//", "/hello/world/"},
{"hello/../", "../world/./", "hello/../../world/"},
{"hello", "/.", "hello/."},
}

for _, test := range tests {
Expand Down

0 comments on commit b6a50db

Please sign in to comment.