Skip to content

Commit

Permalink
#49, document the specific case requested in the ticket
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmitchell committed Dec 22, 2015
1 parent 10553c6 commit df048ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions System/FilePath/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,7 @@ combineAlways a b | null a = b
--
-- > Posix: "/directory" </> "file.ext" == "/directory/file.ext"
-- > Windows: "/directory" </> "file.ext" == "/directory\\file.ext"
-- > "directory" </> "/file.ext" == "/file.ext"
-- > Valid x => combine (takeDirectory x) (takeFileName x) `equalFilePath` x
--
-- Combined:
Expand Down

0 comments on commit df048ab

Please sign in to comment.