~ubuntu-branches/ubuntu/vivid/postfix/vivid-proposed

« back to all changes in this revision

Viewing changes to src/util/dict_pcre.map

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-02-27 09:33:07 UTC
  • Revision ID: james.westby@ubuntu.com-20050227093307-cn789t27ibnlh6tf
Tags: upstream-2.1.5
ImportĀ upstreamĀ versionĀ 2.1.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if /true/       fodder
 
2
/1/     1
 
3
if /false/
 
4
/2/     2
 
5
endif           fodder
 
6
/3/     3
 
7
endif
 
8
/a/!/b/ a!b
 
9
/c/
 
10
/(1)(2)(3)(5)/  ($1)($2)($3)($4)($5)
 
11
/(1)(2)(3)(4)/  ($1)($2)($3)($4)
 
12
/(1)(2)(3)/     ($1)($2)($3)
 
13
# trailing whitespace below
 
14
if /bar/        
 
15
if !/xyzzy/
 
16
/(elbereth)/    ($1)
 
17
!/(bogus)/      ($1)
 
18
!/find/         Don't have a liquor license
 
19
endif
 
20
endif    
 
21
# trailing whitespace above
 
22
!