()
| 567 | const MalformedFile = `testdata/not_a_filter.lua` |
| 568 | |
| 569 | func ExampleMalformedFile() { |
| 570 | runExample(&testContext{ |
| 571 | script: MalformedFile, |
| 572 | }) |
| 573 | // Output: |
| 574 | // some string |
| 575 | // at least one of `request` and `response` function must be present |
| 576 | } |
| 577 | |
| 578 | const SyntaxError = `function request(ctx, params); print(ctx.request.method)` |
| 579 |
nothing calls this directly
no test coverage detected
searching dependent graphs…