Codebase list golang-github-vbauerster-mpb / 06cd879
some tests with BarStyle().Tip("") Vladimir Bauer 1 year, 11 months ago
1 changed file(s) with 14 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
621621 want: " [>-----------------------------------------------------------------------------------------------] ",
622622 },
623623 {
624 style: BarStyle().Tip(""),
625 name: "t,c{100,1}empty_tip",
626 total: 100,
627 current: 1,
628 want: " [=-----------------------------------------------------------------------------------------------] ",
629 },
630 {
624631 style: BarStyle(),
625632 name: "t,c{100,1}trim",
626633 total: 100,
634641 total: 100,
635642 current: 99,
636643 want: " [==============================================================================================>-] ",
644 },
645 {
646 style: BarStyle().Tip(""),
647 name: "t,c{100,99}empty_tip",
648 total: 100,
649 current: 99,
650 want: " [===============================================================================================-] ",
637651 },
638652 {
639653 style: BarStyle(),