Add test to equalFilePath

This commit is contained in:
2016-05-24 15:30:56 +02:00
parent 7fa4c041a9
commit 3cb3a822d7

View File

@@ -613,6 +613,8 @@ normalise filepath =
-- True
-- >>> equalFilePath "foo" "./foo"
-- True
-- >>> equalFilePath "" ""
-- True
-- >>> equalFilePath "foo" "/foo"
-- False
-- >>> equalFilePath "foo" "FOO"