aboutsummaryrefslogtreecommitdiff
path: root/test/lua/smart-constructors.lua
AgeCommit message (Collapse)Author
2019-01-13data/pandoc.lua: auto-fix nested constructor argumentsAlbert Krewinkel
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).