this folds ok ``` [mysection] splitkey = value1, value2 firstkey = 12 [othersection] mumbo = jumbo ``` this does not ``` [mysection] firstkey = 12 splitkey = value1, value2 [othersection] mumbo = jumbo ```
this folds ok
this does not