]> err.no Git - varnish/commitdiff
Compensate for \r being magic now.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 25 Jun 2008 10:04:49 +0000 (10:04 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 25 Jun 2008 10:04:49 +0000 (10:04 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2802 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishtest/tests/c00001.vtc

index 3db9bdfb6592feb3020fa6534bfee29cf375ae77..b287a8f5a44cd6b083f5896ac0dfd01e896c0c87 100644 (file)
@@ -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