Commit 7c9916a6 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add test which provoked #2184

parent 86ae6dcf
......@@ -78,6 +78,8 @@ varnish v1 -vcl {
set req.http.foo = now - now;
set req.http.foo = 1- -1;
set req.http.foo = 1 + 1;
set req.http.foo = 1 - 1;
set req.http.foo = 3 * 2;
......
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