rickyah / ini-parser

Read/Write an INI file the easy way!
MIT License
971 stars 241 forks source link

Comments at the end of the file are not parsed #160

Closed rickyah closed 6 years ago

rickyah commented 6 years ago

The parser will stop parsing lines after the last name=value pair. It strips any comments after that. (It's using semicolons as comments.) I now add a dummy name=value at the end of the file and it stops killing the final comments.

rickyah commented 6 years ago

Duplicated, see #156