Niklas
Results
1
issues of
Niklas
## Overview Description Formatting a negative number with the rounding mode decimal.ROUND_CEILING yields a wrong result. ## Steps to Reproduce ``` python from babel.numbers import decimal, format_decimal with decimal.localcontext(decimal.Context(rounding=decimal.ROUND_CEILING)): x...