caddy/caddyconfig/httpcaddyfile/testdata/import_variadic_snippet.txt
WeidiDeng cee4441cb1
caddyfile: Do not replace import tokens if they are part of a snippet (#5539)
* fix variadic placeholder in imported file which also imports

* fix tests.

* skip replacing args when imported token may be part of a snippet
2023-05-22 15:36:55 -06:00

9 lines
86 B
Plaintext

(t1) {
respond 200 {
body {args[:]}
}
}
:8081 {
import t1 false
}