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

Sequence of sequences is not supported #11

Open
spacewander opened this issue Dec 1, 2020 · 1 comment
Open

Sequence of sequences is not supported #11

spacewander opened this issue Dec 1, 2020 · 1 comment

Comments

@spacewander
Copy link
Contributor

Parse

- [1, 2]

will fail.

Got:

share/lua/5.1/tinyyaml.lua:535: bad argument #2 to 'tinsert' (number expected, got table)
stack traceback:
        [C]: in function 'tinsert'
        .../tinyyaml.lua:535: in function 'parseseq'
        ../tinyyaml.lua:675: in function 'parsemap'
        ../tinyyaml.lua:530: in function 'parseseq'
@kalekje
Copy link

kalekje commented Jul 25, 2021

Just wondering if you found a workaround for this? I have the same issue.

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

2 participants