r4220 - trunk/varnish-cache/bin/varnishtest/tests

phk at projects.linpro.no phk at projects.linpro.no
Wed Sep 2 11:07:47 CEST 2009


Author: phk
Date: 2009-09-02 11:07:46 +0200 (Wed, 02 Sep 2009)
New Revision: 4220

Modified:
   trunk/varnish-cache/bin/varnishtest/tests/c00001.vtc
Log:
Add a newline to feed the new backslash handler



Modified: trunk/varnish-cache/bin/varnishtest/tests/c00001.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/c00001.vtc	2009-09-02 08:40:34 UTC (rev 4219)
+++ trunk/varnish-cache/bin/varnishtest/tests/c00001.vtc	2009-09-02 09:07:46 UTC (rev 4220)
@@ -36,7 +36,7 @@
 	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



More information about the varnish-commit mailing list