mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-29 12:16:16 +08:00
cee4441cb1
* fix variadic placeholder in imported file which also imports * fix tests. * skip replacing args when imported token may be part of a snippet
9 lines
86 B
Plaintext
9 lines
86 B
Plaintext
(t1) {
|
|
respond 200 {
|
|
body {args[:]}
|
|
}
|
|
}
|
|
|
|
:8081 {
|
|
import t1 false
|
|
} |