mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
UI improvements
This commit is contained in:
@@ -9,7 +9,8 @@ final class IntFormatTests: XCTestCase {
|
||||
1101: "1,1K",
|
||||
12345: "12,3K",
|
||||
123_456: "123,5K",
|
||||
123_626_789: "123,6M"
|
||||
123_626_789: "123,6M",
|
||||
1_331_211_123: "1,3B"
|
||||
]
|
||||
|
||||
samples.forEach { value, formatted in
|
||||
|
Reference in New Issue
Block a user