aboutsummaryrefslogtreecommitdiff
path: root/test/lua/module
AgeCommit message (Expand)Author
2020-04-17API change: use PandocError for exceptions in Lua subsystemAlbert Krewinkel
2020-01-11Lua: add methods `insert`, `remove`, and `sort` to pandoc.ListAlbert Krewinkel
2020-01-11pandoc.List.lua: make `pandoc.List` a callable constructorAlbert Krewinkel
2020-01-11Add tests for pandoc.List moduleAlbert Krewinkel
2019-09-15Lua filters: allow passing of HTML-like tables instead of Attr (#5750)Albert Krewinkel
2019-09-08Replace Element and makeHierarchical with makeSections.John MacFarlane
2019-08-16Lua: traverse nested blocks and inlines in correct orderAlbert Krewinkel
2019-06-12Lua: add a `clone()` method to all AST elements (#5572)Albert Krewinkel
2019-06-11test/lua/module/pandoc.lua: fix non-determinism in testAlbert Krewinkel
2019-06-11data/pandoc.lua: fix deletion of nonexistent attributesAlbert Krewinkel
2019-06-11Lua pandoc module: better tests for Attr and AttributeListAlbert Krewinkel
2019-05-30Lua modules: test pandoc.mediabagAlbert Krewinkel
2019-05-29Lua Version type: shorten "version too old" messageAlbert Krewinkel
2019-05-29Lua: add Version type to simplify comparisonsAlbert Krewinkel
2019-05-20Improve output of Lua tests (#5499)Albert Krewinkel