summaryrefslogtreecommitdiffstats
path: root/src/util/dict_random.ref
blob: 09934094b901caf0f9ea31ab59317483597753fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
owner=trusted (uid=0)
> get foo
foo=123
> get bar
bar=123
./dict_open: error: bad syntax: "randmap:123"; need "randmap:{value...}"
owner=trusted (uid=2147483647)
> get foo
./dict_open: warning: randmap:123 is unavailable. bad syntax: "randmap:123"; need "randmap:{value...}"
foo: error
./dict_open: error: bad syntax: "randmap:{ 123 "; need "randmap:{value...}"
owner=trusted (uid=2147483647)
> get foo
./dict_open: warning: randmap:{ 123  is unavailable. bad syntax: "randmap:{ 123 "; need "randmap:{value...}"
foo: error
./dict_open: error: bad syntax: "randmap:{ 123 }x"; need "randmap:{value...}"
owner=trusted (uid=2147483647)
> get foo
./dict_open: warning: randmap:{ 123 }x is unavailable. bad syntax: "randmap:{ 123 }x"; need "randmap:{value...}"
foo: error