Codebase list golang-github-vbauerster-mpb / 809929e
correct refill test Vladimir Bauer 6 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
310310 current: 40,
311311 refill: 33,
312312 reverse: true,
313 want: " [----------------------------------------------------------<======+++++++++++++++++++++++++++++++] ",
313 want: " [----------------------------------------------------------<=====++++++++++++++++++++++++++++++++] ",
314314 },
315315 {
316316 name: "t,c,r{100,40,33}trim,rev",
319319 refill: 33,
320320 trim: true,
321321 reverse: true,
322 want: "[-----------------------------------------------------------<=======+++++++++++++++++++++++++++++++]",
322 want: "[-----------------------------------------------------------<======++++++++++++++++++++++++++++++++]",
323323 },
324324 {
325325 name: "[=の-] t,c{100,1}",