Codebase list golang-github-vbauerster-mpb / 6f2324b
rev test Vladimir Bauer 6 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
233233 want: "[===============================>------------------------------------------------------------------]",
234234 },
235235 {
236 name: "t,c,bw,trim{100,33,100,true}",
236 name: "t,c,bw,trim,rev{100,33,100,true,true}",
237237 total: 100,
238238 current: 33,
239239 barWidth: 100,
259259 want: "[+++++++++++++++++++++++++++++++>------------------------------------------------------------------]",
260260 },
261261 {
262 name: "t,c,bw,rup,trim{100,33,100,33,true}",
262 name: "t,c,bw,rup,trim,rev{100,33,100,33,true,true}",
263263 total: 100,
264264 current: 33,
265265 barWidth: 100,