﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
691	number/string-conversion tests fail on Windows (mingw-msys)	felix winkelmann	sjamaan	"The tests fail in the following places:

{{{
-> Fractions
-----------------------------------------------------
OK                  (""1/2"" (/ 1 2) ""0.5"" "".5"" ""500.0e-3"")
SERIALIZATION ERROR (""10/2"" 5. ""5.0"") => ""5.""
OK                  (""-1/2"" (- (/ 1 2)) ""-0.5"" ""-.5"" ""-500.0e-3"")
OK                  (""1/-2"" #f)
OK                  (""1.0/2"" #f)
OK                  (""1/2.0"" #f)
OK                  (""1/2e2"" #f)
OK                  (""1/2e2"" #f)
OK                  (""1#/2"" 5. 7.5 ""5.0"" ""5."" ""7.5"")
SERIALIZATION ERROR (""1/2#"" 5.e-002 ""0.05"" "".05"" ""50.0e-3"") => ""5.e-002""
OK                  (""1#/#"" #f)
OK                  (""1/"" #f)
OK                  (""1/+"" #f)
OK                  (""+/1"" #f)
OK                  (""/1"" #f)
OK                  (""/"" #f)
}}}
"	defect	closed	major		core libraries	4.7.x	fixed	number-string conversion		
