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

mything {
	.inherit "defaults"
	key = "newval"
}