Skip to content

value following quoted string are skipped #72

@touilleMan

Description

@touilleMan

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions