]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/libucl/tests/basic/16.in
Update libucl to latest git snapshot (20151027)
[FreeBSD/FreeBSD.git] / contrib / libucl / tests / basic / 16.in
1 .include(priority = 1) "${CURDIR}/16.inc"
2
3 section = {
4         value = "test";
5 }
6
7 overrided = {
8         value = "not-to-be-shown";
9 }
10 overrided = {
11         value2 = "implicit-array";
12 }