Closed rickyah closed 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.
Duplicated, see #156
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.