From 6a5ac90bf18f46beb6df4921f428dfb48ccb1fa8 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Fri, 31 Dec 2021 20:12:23 +0100 Subject: Lua: add `pandoc.WriterOptions` constructor --- test/Tests/Lua/Module.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/Tests/Lua/Module.hs') 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 -- cgit v1.2.3