## Copyright (C) 1996-2020 The Squid Software Foundation and contributors
##
## Squid software is distributed under GPLv2+ license and includes
## contributions from numerous individuals and organizations.
## Please see the COPYING and CONTRIBUTORS files for details.
##

#
# This file contains the list of regular expression syntaxes used
# it covers various uses of:
#	unoptimized multi-line patterns
#
# Some other regression related patterns are tested in regressions-3.4.0.1
#

acl G dstdom_regex \.g...l\.com$
acl G dstdom_regex \.g...le\.com$

acl B browser ^Mozilla
acl B browser ^Java/[0-9]+(\.[0-9]+)?

# invalid pattern - this should ERROR
acl foo browser *

