added testcase
This commit is contained in:
parent
a240ea3367
commit
e21e6b2a33
@ -20,6 +20,7 @@ func TestHumanNumber(t *testing.T) {
|
|||||||
{1000000000, "1.00B"},
|
{1000000000, "1.00B"},
|
||||||
{2800000000, "2.80B"},
|
{2800000000, "2.80B"},
|
||||||
{2850000000, "2.85B"},
|
{2850000000, "2.85B"},
|
||||||
|
{28550000000, "2B.6B"},
|
||||||
{1000000000000, "1.00T"},
|
{1000000000000, "1.00T"},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user