ivakyb / minini

Automatically exported from code.google.com/p/minini
Other
0 stars 0 forks source link

commenting in ini-files #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If you have a line like:
[a]
b=c # test comment

the key is "b" and the value is "c # test comment"

Is it possible to change this behaviour?

Also mind that in:
[a]
b="c # test"

The value is "c # test", and not "c "

Grtz,
Steven

Original issue reported on code.google.com by s.vaning...@gmail.com on 25 May 2009 at 1:44

GoogleCodeExporter commented 9 years ago
Implemented in version 0.8.

Original comment by thiadmer...@gmail.com on 28 Oct 2009 at 8:33