Home | History | Annotate | Line # | Download | only in util
      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: no replacement text: using empty 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 ./dict_open: warning: regexp map dict_regexp.map, line 24: ignoring ENDIF without matching IF
      9 ./dict_open: warning: regexp map dict_regexp.map, line 25: ignoring ENDIF without matching IF
     10 ./dict_open: warning: regexp map dict_regexp.map, line 27: IF has no matching ENDIF
     11 ./dict_open: warning: regexp map dict_regexp.map, line 26: IF has no matching ENDIF
     12 owner=untrusted (uid=USER)
     13 > get true
     14 true: not found
     15 > get true1
     16 true1=1
     17 > get true2
     18 true2: not found
     19 > get truefalse2
     20 truefalse2=2
     21 > get 3
     22 3: not found
     23 > get true3
     24 true3=3
     25 > get c
     26 c=
     27 > get d
     28 d: not found
     29 > get ab
     30 ab: not found
     31 > get aa
     32 aa=a!b
     33 > get 1235
     34 1235=(1)(2)(3)
     35 > get 1234
     36 1234=(1)(2)(3)(4)
     37 > get 123
     38 123=(1)(2)(3)
     39 > get bar/find
     40 bar/find: not found
     41 > get bar/whynot
     42 bar/whynot=Don't have a liquor license
     43 > get bar/elbereth
     44 bar/elbereth=(elbereth)
     45 > get say/elbereth
     46 say/elbereth: not found
     47