()
| 533 | const LoadFileOK = `testdata/load_ok.lua` |
| 534 | |
| 535 | func ExampleLoadFileOK() { |
| 536 | runExample(&testContext{ |
| 537 | script: LoadFileOK, |
| 538 | }) |
| 539 | // Output: |
| 540 | // GET |
| 541 | } |
| 542 | |
| 543 | const LoadOK = ` |
| 544 | function request(ctx, params) |
nothing calls this directly
no test coverage detected
searching dependent graphs…