mirror of https://gitea.com/gitea/act_runner.git
* Rewrite contexts before evaluating them * Precompile context and expression patterns * Test trim before rewrite The current contextPattern is quite constraining and would fail the rewrite of a context with trailing spaces. Triming happens during the execution of Interpolate, and these tests aim to detect future breaking changes on this behavior. Co-authored-by: Casey Lee <cplee@nektos.com> |
||
|---|---|---|
| .. | ||
| testdata | ||
| command.go | ||
| command_test.go | ||
| expression.go | ||
| expression_test.go | ||
| logger.go | ||
| run_context.go | ||
| run_context_test.go | ||
| runner.go | ||
| runner_test.go | ||
| step_context.go | ||