aboutsummaryrefslogtreecommitdiff
path: root/test/lua/smart-constructors.lua
AgeCommit message (Collapse)AuthorFilesLines
2019-01-13data/pandoc.lua: auto-fix nested constructor argumentsAlbert Krewinkel1-0/+10
Incorrect types to pandoc element constructors are automatically converted to the correct types when possible. This was already done for most constructors, but conversions are now also done for nested types (like lists of lists).