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
15 lines
No EOL
144 B
Text
15 lines
No EOL
144 B
Text
(t1) {
|
|
respond 200 {
|
|
body {args[:]}
|
|
}
|
|
}
|
|
|
|
:8081 {
|
|
import t1 false
|
|
}
|
|
|
|
import import_variadic.txt
|
|
|
|
:8083 {
|
|
import t2 true
|
|
} |