Commit 2ff8d39b authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Compensate for \r being magic now.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2802 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 5ef53c0e
......@@ -36,7 +36,7 @@ client c1 {
expect resp.http.foobar == "_barf_"
expect resp.http.snafu1 == "_bararf_"
expect resp.http.snafu2 == "_frap_"
expect resp.http.snafu3 == "_f\rap_"
expect resp.http.snafu3 == "_f\\rap_"
expect resp.http.snafu4 == "_f&rap_"
expect resp.http.snafu5 == "_barffra\p_"
# NB: have to escape the \\ in the next line
......
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