mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-19 10:45:30 +08:00
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'
```
This commit is contained in:
committed by
John MacFarlane
parent
76952d0b06
commit
ede51f6a5a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user