caddy/caddyconfig/httpcaddyfile/testdata/import_variadic.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

(t2) {
respond 200 {
body {args[:]}
}
}
:8082 {
import t2 false
}