(script string, expectedResult Value, t *testing.T)
| 231 | } |
| 232 | |
| 233 | func testScript(script string, expectedResult Value, t *testing.T) { |
| 234 | New().testScript(script, expectedResult, t) |
| 235 | } |
| 236 | |
| 237 | func testScriptWithTestLib(script string, expectedResult Value, t *testing.T) { |
| 238 | New().testScriptWithTestLib(script, expectedResult, t) |
no test coverage detected
searching dependent graphs…