diff options
author | Francis Lavoie <lavofr@gmail.com> | 2023-02-25 19:34:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-26 00:34:27 +0000 |
commit | 960150bb034dc9a549ee7289b1a4eb4abafeb30a (patch) | |
tree | a3608546db0b154a75afc3dae2d52d44b92ceac9 /caddytest/integration/testdata | |
parent | 9e6919550be5689628d0020ec14e90ea6f527716 (diff) |
caddyfile: Implement heredoc support (#5385)
Diffstat (limited to 'caddytest/integration/testdata')
-rw-r--r-- | caddytest/integration/testdata/import_respond.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/caddytest/integration/testdata/import_respond.txt b/caddytest/integration/testdata/import_respond.txt index 0907fbe..4513088 100644 --- a/caddytest/integration/testdata/import_respond.txt +++ b/caddytest/integration/testdata/import_respond.txt @@ -1 +1 @@ -respond "'I am {args.0}', hears {args.1}"
\ No newline at end of file +respond "'I am {args[0]}', hears {args[1]}"
\ No newline at end of file |