diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2021-12-31 20:12:23 +0100 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-01-04 11:55:59 -0800 |
| commit | 6a5ac90bf18f46beb6df4921f428dfb48ccb1fa8 (patch) | |
| tree | b358acdadb46c61cb06d29b88259ef4957a8d0eb /test/Tests/Lua/Module.hs | |
| parent | 0d1d52f0a00753691663572da5f87dd4791d65fd (diff) | |
Lua: add `pandoc.WriterOptions` constructor
Diffstat (limited to 'test/Tests/Lua/Module.hs')
| -rw-r--r-- | test/Tests/Lua/Module.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Tests/Lua/Module.hs b/test/Tests/Lua/Module.hs index 3d3b5233b..2f1a54e5c 100644 --- a/test/Tests/Lua/Module.hs +++ b/test/Tests/Lua/Module.hs @@ -31,6 +31,8 @@ tests = ("lua" </> "module" </> "pandoc-types.lua") , testPandocLua "pandoc.utils" ("lua" </> "module" </> "pandoc-utils.lua") + , testPandocLua "globals" + ("lua" </> "module" </> "globals.lua") ] testPandocLua :: TestName -> FilePath -> TestTree |
