Sequence of sequences is not supported
spacewander opened this issue · comments
罗泽轩 commented
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 commented
Just wondering if you found a workaround for this? I have the same issue.