MCPcopy Create free account
hub / github.com/encodeous/nylon / TestParseGraph_InvalidGraph

Function TestParseGraph_InvalidGraph

state/config_test.go:141–151  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

139}
140
141func TestParseGraph_InvalidGraph(t *testing.T) {
142 failGraph(t, `this graph is a baddie`)
143 failGraph(t, `=========,,,,`)
144 failGraph(t, `#`)
145 failGraph(t, `\n\n\n\n\n\n`)
146 failGraph(t, `1`)
147 failGraph(t, `1,2,3,4,5,6,a`)
148 failGraph(t, `1,2,3,4,5,6,7,8,9,10,11,12,13,14,15`)
149 failGraph(t, `,,,,,,,,,,,,,,,,`)
150 failGraph(t, `a=a`)
151}

Callers

nothing calls this directly

Calls 1

failGraphFunction · 0.85

Tested by

no test coverage detected