97bd480fe3
This brings schema validation MFC after: 1 week
24 lines
257 B
Plaintext
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 = []
|