]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/libucl/tests/basic/18.in
Update libucl to latest git snapshot (20151027)
[FreeBSD/FreeBSD.git] / contrib / libucl / tests / basic / 18.in
1 defaults {
2         key = "val"
3         foo = "bar"
4         many = "values here"
5 }
6
7 mything {
8         .inherit "defaults"
9         key = "newval"
10 }