xref: /netbsd-src/external/ibm-public/postfix/dist/src/util/dict_regexp.map (revision c38e7cc395b1472a774ff828e46123de44c628e9)
1if /true/	fodder
2/1/	1
3if /false/
4/2/	2
5endif		fodder
6/3/	3
7endif
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
14if /bar/
15if !/xyzzy/
16/(elbereth)/	($1)
17!/(bogus)/	($1)
18!/find/		Don't have a liquor license
19endif
20endif
21# trailing whitespace above
22!
23