X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=regression-tests.action;h=1307c0e52c10a9a8e089bcd33ef7ac6026acb371;hp=9393a0f68c20cead0ecb2ecfa4b5c0c0f7361906;hb=e8717b543314e3812597f1ffd98832af6baee9dd;hpb=a668d3fa883ea55f594eb6f0c7fa4865744a3da9 diff --git a/regression-tests.action b/regression-tests.action index 9393a0f6..1307c0e5 100644 --- a/regression-tests.action +++ b/regression-tests.action @@ -25,7 +25,7 @@ ############################################################################# {{settings}} -for-privoxy-version=3.0.27 +for-privoxy-version=3.0.29 # Some dependencies Privoxy-Regression-Test should know about: # @@ -47,6 +47,7 @@ for-privoxy-version=3.0.27 # Level 23 needs = config line enable-proxy-authentication-forwarding\s+1 # Level 24 needs = feature status FEATURE_CLIENT_TAGS Yes # Level 25 needs = feature status FEATURE_HTTPS_INSPECTION No +# Level 26 needs = feature status FEATURE_PCRE_HOST_PATTERNS Yes ####################################################### # Enable taggers to activate the tests on demand @@ -1112,3 +1113,11 @@ redirect2.example.net/ {+delay-response{1}} # Fetch Test = http://config.privoxy.org/show-url-info?url=http%3A%2F%2Fwww.example.com%2Fprivoxy-test-delay-response config.privoxy.org/show-url-info\?url=http%3A%2F%2Fwww\.example\.com%2Fprivoxy-test-delay-response + +{+block{Block with pcre host pattern}} +# Blocked URL = http://aaa.example.org/ +# Level = 26 +PCRE-HOST-PATTERN:^a{3}\.example\.org$ +# Blocked URL = http://bbb.example.org/ +# Level = 26 +PCRE-HOST-PATTERN:^(bbb|ccc|ddd)\.example\.org$