Commit 7399f0a1 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Make v6 readable for buggers using syntax highlighting

parent 45150250
...@@ -21,7 +21,7 @@ varnish v1 -arg "-p thread_pools=1" -vcl+backend { } -start ...@@ -21,7 +21,7 @@ varnish v1 -arg "-p thread_pools=1" -vcl+backend { } -start
delay 1 delay 1
client c1 { client c1 {
txreq -url /bar txreq -url "/bar"
rxresp rxresp
expect resp.status == 200 expect resp.status == 200
} -run } -run
...@@ -67,7 +67,7 @@ varnish v1 -expect n_vcl_discard == 1 ...@@ -67,7 +67,7 @@ varnish v1 -expect n_vcl_discard == 1
# Do another request through the new VCL to the new backend # Do another request through the new VCL to the new backend
client c1 { client c1 {
txreq -url /foo txreq -url "/foo"
rxresp rxresp
expect resp.status == 200 expect resp.status == 200
} -run } -run
......
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