ingelabs / classpath

GNU Classpath, Essential Libraries for Java
Other
8 stars 3 forks source link

DecimalFormat: Fix negative suffix when negative pattern is not specified #14

Closed guillerodriguez closed 1 year ago

guillerodriguez commented 1 year ago

When a negative pattern is not explicitly defined, DecimalFormat should use the possitive suffix for negative values as well.

Fixes #2 (BZ#70658)