diff options
| author | Felix Yan <[email protected]> | 2023-06-09 09:01:26 +0300 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-06-09 09:56:18 -0700 |
| commit | ede51f6a5af8d8fbe4154872e2c46aae15fa3859 (patch) | |
| tree | a6235d53b5e33ee6e8259a62995e36979dab5e50 | |
| parent | 76952d0b06ad8fec12b898372caa2ed36ba93700 (diff) | |
Include lua/module/sample.svg in hackage tarball
Should fix the following error when running tests from Hackage tarball:
```
pandoc.mediabag: [WARNING] Could not fetch resource lua/module/sample.svg: replacing image with description
FAIL
fetch // populates media bag:
File lua/module/sample.svg not found in resource path
DEBUG:root:haskell-pandoc-lua-engine:
fill // populates media bag:
lua/module/pandoc-mediabag.lua:70:
expected values to be equal, got 'nil' and 'image/svg+xml'
```
| -rw-r--r-- | pandoc-lua-engine/pandoc-lua-engine.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal index b6f902c0a..1a1e2ced4 100644 --- a/pandoc-lua-engine/pandoc-lua-engine.cabal +++ b/pandoc-lua-engine/pandoc-lua-engine.cabal @@ -27,6 +27,7 @@ extra-source-files: README.md , test/lua/*.lua , test/lua/module/*.lua , test/lua/module/partial.test + , test/lua/module/sample.svg , test/lua/module/tiny.epub , test/sample.lua , test/tables.custom |
