Commit 97c1722e authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Restore regression test for #2184

Introduced in 7c9916a6, its precise syntax got lost in polishing.
parent 6db7d750
......@@ -83,6 +83,7 @@ varnish v1 -vcl {
set req.http.foo = 1 - 1;
set req.http.foo = 1 + -1;
set req.http.foo = 1 - -1;
set req.http.foo = 1- -1; # regression test for #2184
set req.http.foo = 3 * 2;
set req.http.foo = 3 / 2;
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