From ee058836bcb8dd98c02e2708241ee68d9d3ca043 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 14 Aug 2008 18:33:37 +0000 Subject: [PATCH] Add two tests for trailing dots in host patterns. --- regression-tests.action | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/regression-tests.action b/regression-tests.action index 752384ff..c7d81e3e 100644 --- a/regression-tests.action +++ b/regression-tests.action @@ -1,5 +1,5 @@ ############################################################################# -# $Id: regression-tests.action,v 1.13 2008/07/03 11:10:43 fabiankeil Exp $ +# $Id: regression-tests.action,v 1.14 2008/07/31 04:47:33 ler762 Exp $ ############################################################################# # # This is a configuration file for Privoxy-Regression-Test @@ -698,6 +698,13 @@ www.blocked-request.example/blocked-request {+block} www.blocked-request.example/blocked-request-with-no-reason-specified +# Some domain pattern tests +# +{+block{domain pattern test}} +# Blocked URL = http://domain-pattern-test.example/ +# Blocked URL = http://domain-pattern-test.example.org/ +domain-pattern-test.example. + # Just in case there is no white-space fuzzer in the house ... # # Set Header = X-LWS-Test: no superfluous white space here -- 2.39.2