(ctx *testContext)
| 972 | } |
| 973 | |
| 974 | func runExample(ctx *testContext) { |
| 975 | runExampleWithOptions(LuaOptions{}, ctx) |
| 976 | } |
| 977 | |
| 978 | func runExampleWithOptions(opts LuaOptions, ctx *testContext) { |
| 979 | o := log.StandardLogger().Out |
no test coverage detected
searching dependent graphs…