diff --git a/src/System/Posix/FilePath.hs b/src/System/Posix/FilePath.hs index 6df9a05..7f8f268 100644 --- a/src/System/Posix/FilePath.hs +++ b/src/System/Posix/FilePath.hs @@ -613,6 +613,8 @@ normalise filepath = -- True -- >>> equalFilePath "foo" "./foo" -- True +-- >>> equalFilePath "" "" +-- True -- >>> equalFilePath "foo" "/foo" -- False -- >>> equalFilePath "foo" "FOO"