b7f38639a2
Sometimes there might be a key in configfile, that should be empty but defined correctly. This patch fixes such behaviour and adds testing. Change-Id: I693bc3a2aade7015d0465583001962df4ba53443
12 lines
122 B
Plaintext
12 lines
122 B
Plaintext
[global]
|
|
test1 = 1
|
|
# This is a post option comment
|
|
test2 = 2
|
|
|
|
[section1]
|
|
setting1 = 1
|
|
setting2 = 2
|
|
|
|
[section2]
|
|
setting3 =
|