No empty .Rs/.Re
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / util / dict_pcre.map
blobf646a1f3b52354e737e3902dd0e298b84d80d455
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