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