Skip to content

Sub-key with multiline string value is parsed as key, not subkey #429

@Salamandar

Description

@Salamandar

Hello,
this file :

key.sub = """
multiline string
"""

should be parsed as :

{ 'key': 'sub': { 'multiline string\n' } }

but is instead parsed as:

{'key': {}, 'sub': 'multiline string\n'}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions