mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-30 22:34:15 -05: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
144 B
144 B
(t1) { respond 200 { body {args[:]} } }
:8081 { import t1 false }
import import_variadic.txt
:8083 { import t2 true }