diff options
Diffstat (limited to 'caddytest/integration/caddyfile_adapt/heredoc.caddyfiletest')
-rw-r--r-- | caddytest/integration/caddyfile_adapt/heredoc.caddyfiletest | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/caddytest/integration/caddyfile_adapt/heredoc.caddyfiletest b/caddytest/integration/caddyfile_adapt/heredoc.caddyfiletest index cc1174d6d..f50d2b7f9 100644 --- a/caddytest/integration/caddyfile_adapt/heredoc.caddyfiletest +++ b/caddytest/integration/caddyfile_adapt/heredoc.caddyfiletest @@ -1,11 +1,12 @@ example.com { - respond <<EOF + respond <<EOF <html> <head><title>Foo</title> <body>Foo</body> </html> EOF 200 } + ---------- { "apps": { |