MCPcopy
hub / github.com/urfave/cli / TestWrapLine

Function TestWrapLine

help_test.go:2080–2082  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

2078}
2079
2080func TestWrapLine(t *testing.T) {
2081 assert.Equal(t, " ", wrapLine(" ", 0, 3, " "))
2082}
2083
2084func TestPrintHelpCustomTemplateError(t *testing.T) {
2085 tmpls := []*string{

Callers

nothing calls this directly

Calls 1

wrapLineFunction · 0.85

Tested by

no test coverage detected