Commit 04bce23c authored by Nils Goroll's avatar Nils Goroll

vcc_CheckUseRecurse() coverage

parent ae742a4e
......@@ -246,6 +246,16 @@ varnish v1 -errvcl {Not available in method 'vcl_recv'.} {
}
}
varnish v1 -errvcl {Not available from method 'vcl_recv'.} {
backend b { .host = "127.0.0.1"; }
sub foo {
set req.http.foo = 100 + beresp.status;
}
sub vcl_recv {
call foo;
}
}
varnish v1 -errvcl {Name of ACL, 'foo.bar', contains illegal character '.'} {
acl foo.bar {
}
......
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