[master] c6e0cd0 Oops. Last commit was partially wrong. Thanks scoof

Per Buer perbu at varnish-cache.org
Wed Oct 16 10:09:07 CEST 2013


commit c6e0cd03ea8c67cbf1ae849f7e2a7b0b4fbf9ac3
Author: Per Buer <perbu at varnish-software.com>
Date:   Wed Oct 16 10:09:04 2013 +0200

    Oops. Last commit was partially wrong.
    Thanks scoof

diff --git a/doc/sphinx/users-guide/vcl-syntax.rst b/doc/sphinx/users-guide/vcl-syntax.rst
index ce476b2..c979bb5 100644
--- a/doc/sphinx/users-guide/vcl-syntax.rst
+++ b/doc/sphinx/users-guide/vcl-syntax.rst
@@ -20,11 +20,6 @@ to do the "count-the-backslashes" polka:::
 
   regsub("barf", "(b)(a)(r)(f)", "\4\3\2p") -> "frap"
 
-Given that we have never been able to come up with a valid need for
-any escaped characters apart from that, we decided that %22 for " and
-%25 for %, was much less suffering than doubling all backslashes in
-regexp/regsub contexts.
-
 Long strings are enclosed in {" ... "}. They may contain any character
 including ", newline and other control characters except for the NUL
 (0x00) character. If you really want NUL characters in a string there



More information about the varnish-commit mailing list