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