From: phk Date: Thu, 26 Jun 2008 22:45:49 +0000 (+0000) Subject: Fix ESI:include tags: they have to be empty. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e36e35a1f918e28056baf786fccd65ee19301a0e;p=varnish Fix ESI:include tags: they have to be empty. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2842 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishtest/tests/e00003.vtc b/varnish-cache/bin/varnishtest/tests/e00003.vtc index 721919a4..85675e20 100644 --- a/varnish-cache/bin/varnishtest/tests/e00003.vtc +++ b/varnish-cache/bin/varnishtest/tests/e00003.vtc @@ -7,7 +7,7 @@ server s1 { rxreq txresp -body { Before include - + After include } rxreq diff --git a/varnish-cache/bin/varnishtest/tests/e00004.vtc b/varnish-cache/bin/varnishtest/tests/e00004.vtc index c76f1113..4e829214 100644 --- a/varnish-cache/bin/varnishtest/tests/e00004.vtc +++ b/varnish-cache/bin/varnishtest/tests/e00004.vtc @@ -7,7 +7,7 @@ server s1 { rxreq txresp -body { Before include - + After include } rxreq diff --git a/varnish-cache/bin/varnishtest/tests/e00005.vtc b/varnish-cache/bin/varnishtest/tests/e00005.vtc index 02aab1f6..94f3df63 100644 --- a/varnish-cache/bin/varnishtest/tests/e00005.vtc +++ b/varnish-cache/bin/varnishtest/tests/e00005.vtc @@ -8,7 +8,7 @@ server s1 { expect req.url == "/foo/bar" txresp -body { Before include - + After include } rxreq diff --git a/varnish-cache/bin/varnishtest/tests/e00006.vtc b/varnish-cache/bin/varnishtest/tests/e00006.vtc index 238bac5e..8f2f98aa 100644 --- a/varnish-cache/bin/varnishtest/tests/e00006.vtc +++ b/varnish-cache/bin/varnishtest/tests/e00006.vtc @@ -8,7 +8,7 @@ server s1 { expect req.url == "/foo/bar" txresp -body { Before include - + After include } } -start