Commit 90cc1144 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add a newline to feed the new backslash handler



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4220 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 39694dfa
......@@ -36,7 +36,7 @@ client c1 {
expect resp.http.snafu2 == "_frap_"
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
# NB: have to escape the \\ in the next two lines
expect resp.http.snafu5 == "_barffra\\p_"
expect resp.http.snafu6 == "_f&rap\\_"
} -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