summaryrefslogtreecommitdiff
path: root/gnu/dist/postfix/src/util/dict_test.ref
blob: 1cda836004453c3607cd899b2042ed551acf1ed0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
> del bar
bar: deleted
> get bar
bar: not found
> get nonexist
nonexist: not found
> del nonexist
nonexist: not found
> get foo
foo=fooval
> del foo
foo: deleted
> put baz bazval
baz=bazval
> get baz
baz=bazval
> del baz
baz: deleted
> get baz
baz: not found