aboutsummaryrefslogtreecommitdiff
path: root/contrib/libucl/tests/basic/18.res
blob: a6272d508ac5f2f59b8de06ba2d8d00d863e57b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
defaults {
    key = "val";
    foo = "bar";
    many = "values here";
}
mything {
    key = "newval";
    foo = "bar";
    many = "values here";
}