Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 0.9.2
-
Fix Version/s: JRuby 0.9.8
-
Component/s: Core Classes/Modules
-
Labels:None
Description
Internally we should not strip zeros off to make the following testcase impossible to pass
test_equal ("1.0", BigDecimal.new('1.0').to_s('F'))
Resolved in 3122