haskell / filepath

Haskell FilePath core library
BSD 3-Clause "New" or "Revised" License
66 stars 32 forks source link

Fix regression in System.FilePath.Windows.normalise #188

Closed hasufell closed 1 year ago

hasufell commented 1 year ago

W.normalise "//." would return "\\.\" instead of "\\.".

This is a regression since the 1.4.100.0 rewrite.

Fixes #187


@bgamari