Commit 71e39a96 authored by Nils Goroll's avatar Nils Goroll

more vcc coverage

parent 808be2b0
......@@ -117,6 +117,13 @@ varnish v1 -syntax 4.0 -errvcl {Undefined acl foo} {
}
}
varnish v1 -errvcl {Undefined sub foo} {
backend dummy None;
sub vcl_recv {
call foo;
}
}
# NB: The line break in -errvcl is here on purpose, it prevents
# a spurious "Only available when" addition to be missed when the
# foo constructor could be confused with the foo instance name.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment