No empty .Rs/.Re
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / util / dict_test.ref
blob1cda836004453c3607cd899b2042ed551acf1ed0
1 > del bar
2 bar: deleted
3 > get bar
4 bar: not found
5 > get nonexist
6 nonexist: not found
7 > del nonexist
8 nonexist: not found
9 > get foo
10 foo=fooval
11 > del foo
12 foo: deleted
13 > put baz bazval
14 baz=bazval
15 > get baz
16 baz=bazval
17 > del baz
18 baz: deleted
19 > get baz
20 baz: not found