summaryrefslogtreecommitdiffstats
path: root/src/util/dict_union_test.ref
blob: b6094107cfe9491236d76783f1719c299ca008ec (plain)
1
2
3
4
5
6
7
8
9
10
+ ./dict_open unionmap:{static:one,static:two,inline:{foo=three}} read
owner=trusted (uid=2147483647)
> get foo
foo=one,two,three
> get bar
bar=one,two
+ ./dict_open unionmap:{static:one,fail:fail} read
owner=trusted (uid=2147483647)
> get foo
foo: error