Skip to content

bug: parse does not terminate #54

@tonyfettes

Description

@tonyfettes

The following test case causes the parsing process to never terminate, and at the end exhausts all memory resources.

///|
test "bad: does not terminate" {
  let toml = @toml.parse("leading-us-bin = _0b1")
  @json.inspect(toml)
}

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions