Codebase list golang-github-vbauerster-mpb / b56efd6
Clean up Vladimir Bauer 8 years ago
1 changed file(s) with 0 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
108108 if test.barRefill != nil {
109109 s.refill = test.barRefill
110110 }
111 // got := draw(s, test.termWidth, prependWs, appendWs)
112111 s.draw(test.termWidth, prependWs, appendWs)
113112 got := s.bufB.String()
114113 if got != test.want {