Given the .ini
[main]
key = "hello" world
Iniparser will stop reading after the first double quoted string so we will end up with
key=hello instead of key=hello world
I'm not sure if it's a bug or an "undocumented feature" (a line should not contain more than a single quoted string) but in such case we should display a syntax error instead of just dropping information