root {
    module = "test";
    foo {
        term1 = [2,3];
    }
    bar {
        term1 = 1;
        term4 = "hello";
    }
}