summaryrefslogtreecommitdiff
path: root/test/test-pandoc.hs
Commit message (Collapse)AuthorAge
* Add Muse reader (#3620)Alexander Krotov2017-06-19
|
* Lua filters (#3514)Albert Krewinkel2017-03-20
| | | | | | | | | * Add `--lua-filter` option. This works like `--filter` but takes pathnames of special lua filters and uses the lua interpreter baked into pandoc, so that no external interpreter is needed. Note that lua filters are all applied after regular filters, regardless of their position on the command line. * Add Text.Pandoc.Lua, exporting `runLuaFilter`. Add `pandoc.lua` to data files. * Add private module Text.Pandoc.Lua.PandocModule to supply the default lua module. * Add Tests.Lua to tests. * Add data/pandoc.lua, the lua module pandoc imports when processing its lua filters. * Document in MANUAL.txt.
* Use tasty for tests rather than test-framework.John MacFarlane2017-03-14
|
* Add Muse writer (#3489)Alexander Krotov2017-03-10
| | | | | | | | * Add Muse writer * Advertise new Muse writer * Muse writer: add regressions tests
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
|
* Add Org writer unit testsAlexander Krotov2017-02-12
|
* Added new test framework Tests.Command.John MacFarlane2017-02-04
| | | | | | | Any files added under test/command will be treated as shell tests (see smart.md for an example). This makes it very easy to add regression tests etc.
* Added skeleton for Tests.Command.John MacFarlane2017-02-04
|
* Moved tests/ -> test/.John MacFarlane2017-02-04