Commit 1d718fa59a22c1f3d77be7007451d83bf83b7f57

Carlos Martín Nieto 2018-09-28T11:55:34

config: variables might appear on the same line as a section header While rare and a machine would typically not generate such a configuration file, it is nevertheless valid to write [foo "bar"] baz = true and we need to deal with that instead of assuming everything is on its own line.