Codebase list golang-github-vbauerster-mpb / 36b2fbf
Revert "fix want" This reverts commit a64a4a9cbbbf8caf07e19137dcee1ac683257c47. Vladimir Bauer 6 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
294294 total: 100,
295295 current: 40,
296296 refill: 33,
297 want: " [+++++++++++++++++++++++++++++++======>----------------------------------------------------------] ",
297 want: " [++++++++++++++++++++++++++++++++=====>----------------------------------------------------------] ",
298298 },
299299 {
300300 name: "t,c,r{100,40,33}trim",
302302 current: 40,
303303 refill: 33,
304304 trim: true,
305 want: "[+++++++++++++++++++++++++++++++=======>-----------------------------------------------------------]",
305 want: "[++++++++++++++++++++++++++++++++======>-----------------------------------------------------------]",
306306 },
307307 {
308308 name: "t,c,r{100,40,33},rev",