]> git.ipfire.org Git - thirdparty/squid.git/blame - test-suite/squidconf/regex
SourceFormat Enforcement
[thirdparty/squid.git] / test-suite / squidconf / regex
CommitLineData
4ac4a490 1## Copyright (C) 1996-2017 The Squid Software Foundation and contributors
fddecfbd
AJ
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
16acl G dstdom_regex \.g...l\.com$
17acl G dstdom_regex \.g...le\.com$
18
19acl B browser ^Mozilla
20acl B browser ^Java/[0-9]+(\.[0-9]+)?
95b8eae2
AJ
21
22# invalid pattern - this should ERROR
23acl foo browser *
24