Commit adf520df authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

(re)add the testcase for #1212

Submitted by:	Federico G. Schwindt
parent 2fc4064d
varnishtest "#1212 - Vmod with HEADER argument given a STRING asserts the VCL compiler"
varnish v1 -errvcl {Wrong argument type. Expected HEADER. Got STRING.} {
import std from "${topbuild}/lib/libvmod_std/.libs/libvmod_std.so";
backend b { .host = "127.0.0.1"; }
sub vcl_recv {
std.collect("foo");
}
}
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