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