pandoc/test/Tests
John MacFarlane f3a80034ff Removed writerSourceURL, add source URL to common state.
Removed `writerSourceURL` from `WriterOptions` (API change).
Added `stSourceURL` to `CommonState`.
It is set automatically by `setInputFiles`.

Text.Pandoc.Class now exports `setInputFiles`, `setOutputFile`.

The type of `getInputFiles` has changed; it now returns `[FilePath]`
instead of `Maybe [FilePath]`.

Functions in Class that formerly took the source URL as a parameter
now have one fewer parameter (`fetchItem`, `downloadOrRead`,
`setMediaResource`, `fillMediaBag`).

Removed `WriterOptions` parameter from `makeSelfContained` in
`SelfContained`.
2017-09-30 16:11:20 -05:00
..
Readers Removed writerSourceURL, add source URL to common state. 2017-09-30 16:11:20 -05:00
Writers Fixed writer tests not to use writerUserDataDir. 2017-08-10 23:51:42 -07:00
Command.hs Test fixes so we can find data files. 2017-08-14 13:03:26 -07:00
Helpers.hs Switched Writer types to use Text. 2017-06-11 00:46:31 +02:00
Lua.hs Text.Pandoc.Lua: add mediabag submodule 2017-09-30 09:57:03 +02:00
Old.hs Test fixes so we can find data files. 2017-08-14 13:03:26 -07:00
Shared.hs Use tasty for tests rather than test-framework. 2017-03-14 17:07:23 +01:00