Skip to content

wrong parsing of nested lists  #23

Closed
@freylax

Description

When parsing a list of maps and the last item of an map contains an non bracketed list the next outer list item will be intermixed with the inner one:

- l: 
  - a
- l:
  - b

will result in:

- l: [ a, l: [ b ] ]

instead of

- l: [a]
- l: [b]

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