summaryrefslogtreecommitdiff
path: root/gnu/dist/postfix/src/util/dict_regexp.map
blob: 690899c3fec5d21363867afe46eb17f5e65115a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if /true/	fodder
/1/	1
if /false/
/2/	2
endif		fodder
/3/	3
endif
/a/!/b/	a!b
/c/
/(1)(2)(3)(5)/	($1)($2)($3)($4)($5)
/(1)(2)(3)(4)/	($1)($2)($3)($4)
/(1)(2)(3)/	($1)($2)($3)