Opened 9 years ago
Closed 9 years ago
#1202 closed defect (fixed)
normalize-pathname expands paths started with dot-slash-slash wrongly.
Reported by: | hckiang | Owned by: | evhan |
---|---|---|---|
Priority: | major | Milestone: | 4.10.0 |
Component: | core tools | Version: | 4.9.x |
Keywords: | normalize-pathname | Cc: | |
Estimated difficulty: |
Description
normalize-pathname expands paths started with dot-slash-slash wrongly.
#;99> (normalize-pathname ".//foo/bar") "/foo/bar" #;100> (normalize-pathname ".///foo/bar") "/foo/bar" #;101> (normalize-pathname ".////foo/bar") "/foo/bar"
Change History (2)
comment:1 Changed 9 years ago by
Owner: | set to evhan |
---|---|
Status: | new → assigned |
comment:2 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in cde395398877f1ec984e3a38f8bd810926f23be2 (master), d1d093f027c8c1d0953bf6df6431a8340a5dc5d4 (prerelease) and e81a4dcc39f4b7f2ab8a51c2710940599d93bc0e (chicken-5).
Note: See
TracTickets for help on using
tickets.
Patch posted.