summaryrefslogtreecommitdiffstats
path: root/src/util/dict_pipe_test.ref
blob: ecb865a64274a7c3b3a9ff688c026bb20a826d56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
+ ./dict_open pipemap:{inline:{k1=v1,k2=v2},inline:{v2=v3}} read
owner=trusted (uid=2147483647)
> get k0
k0: not found
> get k1
k1: not found
> get k2
k2=v3
+ ./dict_open pipemap:{inline:{k1=v1},fail:fail} read
owner=trusted (uid=2147483647)
> get k0
k0: not found
> get k1
k1: error