MCPcopy Index your code
hub / github.com/go-task/task / expectedOutput

Function expectedOutput

internal/summary/summary_test.go:121–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119}
120
121func expectedOutput() string {
122 expected := `task: sample-task
123
124line1
125line2
126line3
127
128dependencies:
129 - dependency
130
131commands:
132 - command
133`
134 return expected
135}
136
137func TestPrintDescriptionAsFallback(t *testing.T) {
138 t.Parallel()

Callers 1

TestLayoutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…