diff options
| author | Albert Krewinkel <[email protected]> | 2024-01-17 12:19:20 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-04-16 10:23:08 -0700 |
| commit | 5f937eae617d72f5f01e24f5a72bafc5b04fde15 (patch) | |
| tree | 99a21e079e428b93561e12a45ecc6a0961cc5f09 /pandoc-lua-engine/test/Tests/Lua/Module.hs | |
| parent | 9a09c89636e78edaed52276a2b3e00fb7368631b (diff) | |
Lua: add new module `pandoc.image`
The module provides basic querying functions for image properties.
Diffstat (limited to 'pandoc-lua-engine/test/Tests/Lua/Module.hs')
| -rw-r--r-- | pandoc-lua-engine/test/Tests/Lua/Module.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pandoc-lua-engine/test/Tests/Lua/Module.hs b/pandoc-lua-engine/test/Tests/Lua/Module.hs index e3556f2cd..ff85f1292 100644 --- a/pandoc-lua-engine/test/Tests/Lua/Module.hs +++ b/pandoc-lua-engine/test/Tests/Lua/Module.hs @@ -25,6 +25,8 @@ tests = ("lua" </> "module" </> "pandoc-list.lua") , testPandocLua "pandoc.format" ("lua" </> "module" </> "pandoc-format.lua") + , testPandocLua "pandoc.image" + ("lua" </> "module" </> "pandoc-image.lua") , testPandocLua "pandoc.json" ("lua" </> "module" </> "pandoc-json.lua") , testPandocLua "pandoc.mediabag" |
