Skip to content

Dotted key ordering isn't always preserved #163

@epage

Description

@epage
hello.world = "a"
goodbye = "b"
hello.moon = "c"

gets turned into

hello.world = "a"
hello.moon = "c"
goodbye = "b"

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-outputArea: Outputting TOMLC-bugCategory: Things not working as expected

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions