You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(toDecimal): preserve negative sign for leading zeros (#693)
Change #690 fixed the general case of formatting negative unit values,
but was one remaining case where formatting was still incorrect: when
the first unit is -0, the resulting string didn't include the leading
negative sign.
This change identifies that exact case (negative value, leading zero)
and pads the resulting string with a leading negative sign.
Fixes#692
Co-authored-by: Sarah Dayan <[email protected]>
0 commit comments