aboutsummaryrefslogblamecommitdiff
path: root/tests/8.res
blob: 36eb39a44e705563faf556e5692abcbc1f4babc5 (plain) (tree)



































                                     
section {
    blah {
        param = "value";
    }
}
section {
    test {
        key = "test";
        subsection {
            testsub {
                flag = true;
                subsubsection {
                    testsubsub1 {
                        testsubsub2 {
                            key [
                                1,
                                2,
                                3,
                            ]
                        }
                    }
                }
            }
        }
    }
}
section {
    test {
    }
}
section {
    foo {
        param = 123.200000;
    }
}