MCPcopy Create free account
hub / github.com/codechenx/FastTableViewer / TestWrapText_Empty

Function TestWrapText_Empty

utils_test.go:81–84  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

79}
80
81func TestWrapText_Empty(t *testing.T) {
82 result := wrapText("", 25)
83 t.Logf("wrapText('', 25) returned: '%s'", result)
84}
85
86func TestWrapText_NoWrapNeeded(t *testing.T) {
87 short := "Short"

Callers

nothing calls this directly

Calls 1

wrapTextFunction · 0.85

Tested by

no test coverage detected