antw / iniparse

IniParse is a pure Ruby library for parsing INI configuration and data files.
MIT License
43 stars 19 forks source link

multiline values #6

Open trevor opened 11 years ago

trevor commented 11 years ago

This may be more of a feature request -- I noticed iniparse doesn't handle multiline values:

var1 = this is a \
multiline value

var2 = "this is a
multiline value"

https://github.com/TwP/inifile#multi-line-values

Would it be possible to add multiline support?

shadoi commented 9 years ago

:+1:

I need this also, iniparse is the only implementation that handles duplicate properties and inifile is the only implementation that supports multi-line-values. :(