test ini: ``` ini [myprop] attr = value ``` with default delimeter `'='` ``` js { myprop: { 'attr ': ' value' }} ``` with custom delimeter `' = '` ``` js { myprop: { attr: '= value' }} ```