summaryrefslogtreecommitdiff
path: root/tests/8.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/8.in')
-rw-r--r--tests/8.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/8.in b/tests/8.in
new file mode 100644
index 0000000000000..5559b3c9ef7a4
--- /dev/null
+++ b/tests/8.in
@@ -0,0 +1,21 @@
+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;
+}