xref: /netbsd-src/external/ibm-public/postfix/dist/src/util/dict_regexp.ref (revision b1c86f5f087524e68db12794ee9c3e3da1ab17a0)
1./dict_open: warning: regexp map dict_regexp.map, line 1: ignoring extra text after IF
2./dict_open: warning: regexp map dict_regexp.map, line 5: ignoring extra text after ENDIF
3./dict_open: warning: regexp map dict_regexp.map, line 9: using empty replacement string
4./dict_open: warning: regexp map dict_regexp.map, line 10: out of range replacement index "5": skipping this rule
5./dict_open: warning: regexp map dict_regexp.map, line 17: $number found in negative match replacement text: skipping this rule
6./dict_open: warning: regexp map dict_regexp.map, line 22: no regexp: skipping this rule
7> get true
8true: not found
9> get true1
10true1=1
11> get true2
12true2: not found
13> get truefalse2
14truefalse2=2
15> get 3
163: not found
17> get true3
18true3=3
19> get c
20c=
21> get d
22d: not found
23> get ab
24ab: not found
25> get aa
26aa=a!b
27> get 1235
281235=(1)(2)(3)
29> get 1234
301234=(1)(2)(3)(4)
31> get 123
32123=(1)(2)(3)
33> get bar/find
34bar/find: not found
35> get bar/whynot
36bar/whynot=Don't have a liquor license
37> get bar/elbereth
38bar/elbereth=(elbereth)
39> get say/elbereth
40say/elbereth: not found
41