Add test to equalFilePath

This commit is contained in:
Julian Ospald 2016-05-24 15:30:56 +02:00
parent 7fa4c041a9
commit 3cb3a822d7
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 2 additions and 0 deletions

View File

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