]> git.ipfire.org Git - thirdparty/squid.git/blob - test-suite/squidconf/regex
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / test-suite / squidconf / regex
1 ## Copyright (C) 1996-2018 The Squid Software Foundation and contributors
2 ##
3 ## Squid software is distributed under GPLv2+ license and includes
4 ## contributions from numerous individuals and organizations.
5 ## Please see the COPYING and CONTRIBUTORS files for details.
6 ##
7
8 #
9 # This file contains the list of regular expression syntaxes used
10 # it covers various uses of:
11 # unoptimized multi-line patterns
12 #
13 # Some other regression related patterns are tested in regressions-3.4.0.1
14 #
15
16 acl G dstdom_regex \.g...l\.com$
17 acl G dstdom_regex \.g...le\.com$
18
19 acl B browser ^Mozilla
20 acl B browser ^Java/[0-9]+(\.[0-9]+)?
21
22 # invalid pattern - this should ERROR
23 acl foo browser *
24