Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! Add a normalized path equality check oper…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
adithyaov committed Dec 19, 2024
1 parent 72c96bd commit 0053163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/Streamly/Internal/FileSystem/Path/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ splitPath os arr =
-- :}
--
-- >>> isNotFileLocation Common.Posix ""
-- False
-- True
--
-- >>> isNotFileLocation Common.Posix "/"
-- True
Expand All @@ -763,7 +763,7 @@ splitPath os arr =
-- True
--
-- >>> isNotFileLocation Common.Windows ""
-- False
-- True
--
-- >>> isNotFileLocation Common.Windows "home\\user"
-- False
Expand Down

0 comments on commit 0053163

Please sign in to comment.