# no keyword { 1, 2, 3 }; # no members in list blah = {}; # = where we expect { foo bar = ; # no contents in section -- allowed. foo { }; # missing semicolon section entries { a=b c=d x=y } section entries { a=b; c=d } ; # semicolon without a preceding entry or option ; ; section this doesn't work { foo = but this would work if there were a semicolon roughly here -> }