summaryrefslogtreecommitdiff
path: root/test/Tests/Lua/Module.hs
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2022-01-04 10:38:02 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2022-01-04 11:55:59 -0800
commit1f8638fb5410c1ec1710a610a178376143cab311 (patch)
treefca15186c0a001964a20591f2407f2b48189dfd3 /test/Tests/Lua/Module.hs
parent974a9d353a91c4a23a92d82d0d5a92b55018e086 (diff)
Lua: add `pandoc.template` module
The module provides a `compile` function to use strings as templates.
Diffstat (limited to 'test/Tests/Lua/Module.hs')
-rw-r--r--test/Tests/Lua/Module.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Tests/Lua/Module.hs b/test/Tests/Lua/Module.hs
index 2f1a54e5c..fd3fc8998 100644
--- a/test/Tests/Lua/Module.hs
+++ b/test/Tests/Lua/Module.hs
@@ -27,6 +27,8 @@ tests =
("lua" </> "module" </> "pandoc-mediabag.lua")
, testPandocLua "pandoc.path"
("lua" </> "module" </> "pandoc-path.lua")
+ , testPandocLua "pandoc.template"
+ ("lua" </> "module" </> "pandoc-template.lua")
, testPandocLua "pandoc.types"
("lua" </> "module" </> "pandoc-types.lua")
, testPandocLua "pandoc.utils"