horse: fix formatting TenThousandths in (-1, 0)
This commit is contained in:
@@ -40,6 +40,8 @@ func TestTenThousandthsString(t *testing.T) {
|
||||
want string
|
||||
}{
|
||||
{0, "0"},
|
||||
{500, "0.05"},
|
||||
{-500, "-0.05"},
|
||||
{10000, "1"},
|
||||
{-10000, "-1"},
|
||||
{15000, "1.5"},
|
||||
|
||||
Reference in New Issue
Block a user