mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-26 21:53:48 +03: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
No EOL
86 B
Text
9 lines
No EOL
86 B
Text
(t1) {
|
|
respond 200 {
|
|
body {args[:]}
|
|
}
|
|
}
|
|
|
|
:8081 {
|
|
import t1 false
|
|
} |