From 0b73b59014b2b4077b69bbd41997a278fff175b6 Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 25 Jun 2008 10:04:49 +0000 Subject: [PATCH] Compensate for \r being magic now. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2802 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishtest/tests/c00001.vtc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishtest/tests/c00001.vtc b/varnish-cache/bin/varnishtest/tests/c00001.vtc index 3db9bdfb..b287a8f5 100644 --- a/varnish-cache/bin/varnishtest/tests/c00001.vtc +++ b/varnish-cache/bin/varnishtest/tests/c00001.vtc @@ -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 -- 2.39.5