MCPcopy
hub / github.com/lmorg/murex / TestOperatorLogicOrTryPipe

Function TestOperatorLogicOrTryPipe

lang/interpreter_test.go:162–170  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

160}
161
162func TestOperatorLogicOrTryPipe(t *testing.T) {
163 var tests []test.MurexTest
164 for _, src := range testsOr {
165 newTest := src
166 src.Block = "trypipe {" + src.Block + "}"
167 tests = append(tests, newTest)
168 }
169 test.RunMurexTests(tests, t)
170}
171
172func TestOperatorsTry(t *testing.T) {
173 tests := []test.MurexTest{

Callers

nothing calls this directly

Calls 1

RunMurexTestsFunction · 0.92

Tested by

no test coverage detected