(script string)
| 26 | } |
| 27 | |
| 28 | func testScript(script string) *testContext { |
| 29 | return &testContext{script: script} |
| 30 | } |
| 31 | |
| 32 | func TestScript(t *testing.T) { |
| 33 | for _, test := range []struct { |
no outgoing calls
no test coverage detected
searching dependent graphs…