haskell / filepath

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

Equivalence failure in System.FilePath.Windows.normalise #187

Closed hasufell closed 1 year ago

hasufell commented 1 year ago

https://github.com/haskell/filepath/actions/runs/4211943241/jobs/7310618249#step:5:220


filepath-1.4.100.0:

ghci> W.normalise "//."
"\\\\.\\"

filepath-1.4.2.2:

ghci> W.normalise "//."
"\\\\."