The following test case causes the parsing process to never terminate, and at the end exhausts all memory resources. ```moonbit ///| test "bad: does not terminate" { let toml = @toml.parse("leading-us-bin = _0b1") @json.inspect(toml) } ```
The following test case causes the parsing process to never terminate, and at the end exhausts all memory resources.