Codebase list golang-github-vbauerster-mpb / a7d1c99
reorder fields Vladimir Bauer 6 years ago
1 changed file(s) with 9 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
88 func TestDraw(t *testing.T) {
99 // key is termWidth
1010 testSuite := map[int][]struct {
11 name string
12 style string
13 total, current int64
14 barWidth int
15 trim bool
16 reverse bool
17 refill int64
18 want string
11 name string
12 style string
13 total int64
14 current int64
15 refill int64
16 barWidth int
17 trim bool
18 reverse bool
19 want string
1920 }{
2021 0: {
2122 {