﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1153	Behavior of normalize-pathname on the root directory	Mario Domenech Goulart		"normalize-pathname appends a dot to the root directory:

{{{
#;1> (normalize-pathname ""/"")
""/.""
#;2> (normalize-pathname ""/foo/.."")
""/.""
}}}

The expected result for those operations is {{{/}}}."	defect	closed	minor	4.10.0	core libraries	4.9.x	fixed	normalize-pathname		
