aboutsummaryrefslogtreecommitdiff
path: root/test/lua/module/pandoc-path.lua
AgeCommit message (Collapse)Author
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