pandoc/test/Tests
John MacFarlane 47a16065c4 Removed --parse-raw and readerParseRaw.
These were confusing.

Now we rely on the +raw_tex or +raw_html extension with latex
or html input.

Thus, instead of

    --parse-raw -f latex

we use

    -f latex+raw_tex

and instead of

     --parse-raw -f html

we use

    -f html+raw_html
2017-02-06 23:33:23 +01:00
..
Readers Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
Writers Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
Command.hs Consolidated some common functions in Tests.Helper. 2017-02-04 21:56:32 +01:00
Helpers.hs Consolidated some common functions in Tests.Helper. 2017-02-04 21:56:32 +01:00
Old.hs Removed --parse-raw and readerParseRaw. 2017-02-06 23:33:23 +01:00
Shared.hs Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00