(t *testing.T)
| 2078 | } |
| 2079 | |
| 2080 | func TestWrapLine(t *testing.T) { |
| 2081 | assert.Equal(t, " ", wrapLine(" ", 0, 3, " ")) |
| 2082 | } |
| 2083 | |
| 2084 | func TestPrintHelpCustomTemplateError(t *testing.T) { |
| 2085 | tmpls := []*string{ |
nothing calls this directly
no test coverage detected