Closed jm closed 12 years ago
If you have an ini file without a newline at the end of the file, it will fail to parse with a Could not parse line error. Example file:
Could not parse line
[my_section] my_property = And now I die.
Simple fix is to just add a \n to @content. If that works for you, then I'll PR it.
\n
@content
Just pushed a new release (v 2.0.2) with the patch from @erebor.
If you have an ini file without a newline at the end of the file, it will fail to parse with a
Could not parse line
error. Example file: