xref: /freebsd/contrib/libucl/tests/basic/19-append.inc (revision c5f49ece16a92380092191fad13cb1da72af5d37)
1okey_append = {
2	    key = value1;
3		key1 = value2
4}
5
6akey_append = ["value3"];
7
8skey_append = "value4";
9