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

Function TestOperatorLogicOrTry

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

Source from the content-addressed store, hash-verified

140}
141
142func TestOperatorLogicOrTry(t *testing.T) {
143 var tests []test.MurexTest
144 for _, src := range testsOr {
145 newTest := src
146 src.Block = "try {" + src.Block + "}"
147 tests = append(tests, newTest)
148 }
149 test.RunMurexTests(tests, t)
150}
151
152func TestOperatorLogicAndTryPipe(t *testing.T) {
153 var tests []test.MurexTest

Callers

nothing calls this directly

Calls 1

RunMurexTestsFunction · 0.92

Tested by

no test coverage detected