• Show log

    Commit

  • Hash : 1d718fa5
    Author : Carlos Martín Nieto
    Date : 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.