ini-parser
ini-parser copied to clipboard
Does not handle Comments that begin with "#" character
Ini Paser should handle Comments that start with ";" and "#" characters identically.
can confirm, program crashes for me when trying to read files with "#" comments
can confirm, program crashes for me when trying to read files with "#" comments
i found the solution to this in another issue, the comment character is customizable https://github.com/rickyah/ini-parser/issues/243#issuecomment-1307261556
https://github.com/rickyah/ini-parser/issues/247#issue-1599869372
@dbaechtel, https://github.com/rickyah/ini-parser/issues/110#issue-158355158 is relevant.