Inconsistent comments in INI files#4932
Conversation
There is minor inconsistency with comment handling in INI file: ``` dir1 = "I have commentsPost(c1)" ; c1 dir2 = I have no comments ; c2 dir3 = I have commentsPre(c2) from previous line ```
|
Thank you for your pull request. Before we can look at it, you'll need to sign a Contributor License Agreement (CLA). Please follow instructions at https://icinga.com/company/contributor-agreement to sign the CLA. After that, please reply here with a comment and we'll verify. Contributors that have not signed yet: @ledvinap Details
|
|
Signed, |
|
@cla-bot check |
There is minor inconsistency with comment handling in INI file:
BTW:
for quoted value, garbage is silently ignored, possibly leading to hard-to-spot problems. Is it worth fixing?