Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error parsing an array of zeroes #56

Open
Patitotective opened this issue Jun 8, 2022 · 0 comments
Open

Error parsing an array of zeroes #56

Patitotective opened this issue Jun 8, 2022 · 0 comments

Comments

@Patitotective
Copy link

import parsetoml

echo parseString("a = [0]")
/home/me/trial.nim(3) trial
/home/me/.nimble/pkgs/parsetoml-0.6.0/parsetoml.nim(1281) parseString
/home/me/.nimble/pkgs/parsetoml-0.6.0/parsetoml.nim(1274) parseStream
/home/me/.nimble/pkgs/parsetoml-0.6.0/parsetoml.nim(1058) parseKeyValuePair
/home/me/.nimble/pkgs/parsetoml-0.6.0/parsetoml.nim(906) parseValue
/home/me/.nimble/pkgs/parsetoml-0.6.0/parsetoml.nim(492) parseArray
/home/me/.nimble/pkgs/parsetoml-0.6.0/parsetoml.nim(908) parseValue
Error: unhandled exception: (1:8) unexpected character "\x00" [TomlError]
Error: execution of an external program failed: '/home/me/trial '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant