Skip to content

Incorrect stringify output #27

@pdonias

Description

@pdonias

For the following inputs, the stringify method gives the wrong TOML outputs:

{
  foo: {
    a: 'b'
  },
  bar: 'baz'
}

gives the following TOML:

"baz"bar=

[foo]
a = "b"

and this:

{
  foo: {},
  bar: 'baz'
}

gives:

"baz"=

[foo]

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