Add test to equalFilePath
This commit is contained in:
@@ -613,6 +613,8 @@ normalise filepath =
|
||||
-- True
|
||||
-- >>> equalFilePath "foo" "./foo"
|
||||
-- True
|
||||
-- >>> equalFilePath "" ""
|
||||
-- True
|
||||
-- >>> equalFilePath "foo" "/foo"
|
||||
-- False
|
||||
-- >>> equalFilePath "foo" "FOO"
|
||||
|
||||
Reference in New Issue
Block a user