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

Function TestOperatorLogicAndTry

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

Source from the content-addressed store, hash-verified

129}
130
131func TestOperatorLogicAndTry(t *testing.T) {
132 var tests []test.MurexTest
133 for _, src := range testsAnd {
134 newTest := src
135 src.Block = "try {" + src.Block + "}"
136 tests = append(tests, newTest)
137 }
138
139 test.RunMurexTests(tests, t)
140}
141
142func TestOperatorLogicOrTry(t *testing.T) {
143 var tests []test.MurexTest

Callers

nothing calls this directly

Calls 1

RunMurexTestsFunction · 0.92

Tested by

no test coverage detected