From ed5197f5258fa52de7676980799ddc47fa4f2278 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Mon, 20 Mar 2023 13:58:09 +0100 Subject: Lua: load text module as `pandoc.text`. This only affects the name in the Lua-internal documentation. It is still possible to load the modules via `require 'text'`, although this is deprecated. --- pandoc-lua-engine/test/Tests/Lua/Module.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pandoc-lua-engine/test/Tests/Lua/Module.hs') diff --git a/pandoc-lua-engine/test/Tests/Lua/Module.hs b/pandoc-lua-engine/test/Tests/Lua/Module.hs index 08a4343d7..e3556f2cd 100644 --- a/pandoc-lua-engine/test/Tests/Lua/Module.hs +++ b/pandoc-lua-engine/test/Tests/Lua/Module.hs @@ -35,6 +35,8 @@ tests = ("lua" "module" "pandoc-structure.lua") , testPandocLua "pandoc.template" ("lua" "module" "pandoc-template.lua") + , testPandocLua "pandoc.text" + ("lua" "module" "pandoc-text.lua") , testPandocLua "pandoc.types" ("lua" "module" "pandoc-types.lua") , testPandocLua "pandoc.utils" -- cgit v1.2.3