aboutsummaryrefslogtreecommitdiff
path: root/test/lua/module/pandoc-path.lua
AgeCommit message (Collapse)Author
2022-09-30[API Change] Extract Lua code into new package pandoc-lua-engineAlbert Krewinkel
The flag 'lua53` must now be used with that package if pandoc is to be compiled against Lua 5.3.
2021-02-02Add tests for search_path_separatorAlbert Krewinkel
2021-02-02Check that all documented functions are present.Albert Krewinkel
Rely on tests in the module package to check the correctness of each function.
2021-02-02Lua: add module "pandoc.path"Albert Krewinkel
The module allows to work with file paths in a convenient and platform-independent manner. Closes: #6001 Closes: #6565