﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
608	normalize-pathname x:/ deletes drive letter (on Windows)	Jim Ursetto	felix winkelmann	"Drive letter is deleted if directory is missing or \\ or /.

{{{
#;2> (normalize-pathname ""x:"" 'windows)
""\\.""
#;3> (normalize-pathname ""x:/"" 'windows)
""\\.""
#;4> (normalize-pathname ""c:/"" 'windows)
""\\.""
#;5> (normalize-pathname ""c:\\"" 'windows)
""\\.""

;; this one is ok

#;6> (normalize-pathname ""c:/chicken4"" 'windows)
""c:\\chicken4""
}}}"	defect	closed	major	4.9.0	core libraries	4.7.x	fixed			
