()
| 556 | const MissingFunc = `print("some string")` |
| 557 | |
| 558 | func ExampleMissingFunc() { |
| 559 | runExample(&testContext{ |
| 560 | script: MissingFunc, |
| 561 | }) |
| 562 | // Output: |
| 563 | // some string |
| 564 | // at least one of `request` and `response` function must be present |
| 565 | } |
| 566 | |
| 567 | const MalformedFile = `testdata/not_a_filter.lua` |
| 568 |
nothing calls this directly
no test coverage detected
searching dependent graphs…