summaryrefslogtreecommitdiffstats
path: root/src/util/dict_union_test.in
blob: 9d111d43ef481d8557d87debae0e20134f6834cf (plain)
1
2
3
4
5
6
7
${VALGRIND} ./dict_open 'unionmap:{static:one,static:two,inline:{foo=three}}' read <<EOF
get foo
get bar
EOF
${VALGRIND} ./dict_open 'unionmap:{static:one,fail:fail}' read <<EOF
get foo
EOF