freebsd-dev/contrib/libucl/tests/basic/8.in
Baptiste Daroussin 97bd480fe3 Update to 20140321
This brings schema validation

MFC after:	1 week
2014-03-22 17:28:14 +00:00

24 lines
257 B
Plaintext

section blah { # test
param = "value"
}
section test {
key = test;
subsection testsub {
flag on;
subsubsection testsubsub1 testsubsub2 {
key = [1, 2, 3];
}
}
}
section test {
/* Empty */
}
section foo { # test
param = 123.2;
}
array = []