### Expectations - `///foo////bar` -- this path should be processed as `/foo/bar` - `/foo/bar/` -- If the path points to a directory, there should be an error. - `../foo` -- relative paths should be prohibited
Expectations
///foo////bar-- this path should be processed as/foo/bar/foo/bar/-- If the path points to a directory, there should be an error.../foo-- relative paths should be prohibited