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

phk at varnish-cache.org phk at varnish-cache.org
Thu Mar 18 09:20:25 CET 2010


Author: phk
Date: 2010-03-18 09:20:24 +0100 (Thu, 18 Mar 2010)
New Revision: 4628

Added:
   trunk/varnish-cache/bin/varnishtest/tests/r00655.vtc
Log:
Add regression test for nested /* ... */ comments



Added: trunk/varnish-cache/bin/varnishtest/tests/r00655.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/r00655.vtc	                        (rev 0)
+++ trunk/varnish-cache/bin/varnishtest/tests/r00655.vtc	2010-03-18 08:20:24 UTC (rev 4628)
@@ -0,0 +1,11 @@
+# $Id$
+
+test "Test nested /*...*/ comments "
+
+
+varnish v1 -badvcl {
+
+	/* foo
+		/* bar
+	*/
+}




More information about the varnish-commit mailing list