Closed tundebabzy closed 7 years ago
I created a test case that validates the issue and added a fix.
Instead of _convert_to_unix_path, I opted to name the method _normalise_name to make it clear that we are dealing with a name and not a path.
_convert_to_unix_path
_normalise_name
I created a test case that validates the issue and added a fix.