﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1202	normalize-pathname expands paths started with dot-slash-slash wrongly.	hckiang	evhan	"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""
}}}
"	defect	closed	major	4.10.0	core tools	4.9.x	fixed	normalize-pathname		
