index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
Tests
/
Old.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-25
Made `smart` extension default for pandoc markdown.
John MacFarlane
1
-2
/
+2
2017-01-25
Removed readerSmart and the --smart option; added Ext_smart extension.
John MacFarlane
1
-4
/
+4
2017-01-25
Removed `--normalize` option and normalization functions from Shared.
John MacFarlane
1
-10
/
+2
2017-01-25
Added ReaderOptions parameter to readNative.
John MacFarlane
1
-1
/
+1
2017-01-25
Added a `--quiet` option to suppress warnings.
John MacFarlane
1
-1
/
+1
2017-01-25
Update all tests to use new readers and error structure.
Jesse Rosenthal
1
-2
/
+1
2017-01-25
Changed readNative to use PandocMonad.
John MacFarlane
1
-1
/
+3
2017-01-25
Update tests to work with runPure.
John MacFarlane
1
-1
/
+2
2016-12-07
Fixed tests with dynamic linking.
John MacFarlane
1
-3
/
+12
2016-06-30
Added Zim Wiki writer, template and tests.
Alex Ivkin
1
-1
/
+1
2016-04-29
Add docbook5 writer support
Ivo Clarysse
1
-0
/
+3
2016-04-10
Markdown reader: Fix pandoc title blocks with lines ending in 2 spaces.
John MacFarlane
1
-1
/
+1
2016-01-21
Added old-style tests for TEI writer (tests/tables.tei, tests/writer.tei).
John MacFarlane
1
-1
/
+1
2015-12-12
Fixed tests.
John MacFarlane
1
-1
/
+1
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
1
-1
/
+0
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
1
-0
/
+1
2015-10-19
Merge pull request #2458 from mb21/lang-inlines
John MacFarlane
1
-0
/
+6
2015-10-18
Tests: Unset `pandoc-version` so we don't get the comment...
John MacFarlane
1
-1
/
+2
2015-10-18
Added writers-lang-and-dir test, fixed ConTeXt writer test
mb21
1
-0
/
+6
2015-09-24
Added proper support for DocBook 'xref' elements
Frerich Raabe
1
-0
/
+2
2015-02-18
Update tests
Matthew Pickering
1
-1
/
+2
2014-11-09
DokuWiki writer: add external_images test
Timothy Humphries
1
-0
/
+2
2014-10-30
TWiki Reader: add basic syntax test
Alexander Sulfrian
1
-0
/
+3
2014-08-30
Dokuwiki writer: Add a test for multiblock table cells.
Jesse Rosenthal
1
-0
/
+2
2014-08-20
Txt2Tags reader: Header is now parsed only if standalone flag is set
mpickering
1
-1
/
+1
2014-08-13
Old tests: better path for test program.
John MacFarlane
1
-2
/
+4
2014-08-13
Revised tests directory.
John MacFarlane
1
-13
/
+11
2014-08-13
Removed special testHook from Setup.
John MacFarlane
1
-7
/
+12
2014-08-13
EPUB Tests: Added wasteland test
Matthew Pickering
1
-0
/
+2
2014-08-07
EPUB test renaming.
John MacFarlane
1
-2
/
+2
2014-07-31
EPUB Reader: Added tests
Matthew Pickering
1
-1
/
+6
2014-07-27
Txt2Tags Reader: Added tests
Matthew Pickering
1
-0
/
+4
2014-07-02
DokuWiki writer: Add new test showing that span swallows content.
Clare Macrae
1
-0
/
+2
2014-06-29
Merge remote-tracking branch 'jgm/master' into dokuwiki
Clare Macrae
1
-20
/
+13
2014-06-18
Added haddock writer tests.
John MacFarlane
1
-1
/
+2
2014-02-28
InDesign ICML Writer
mb21
1
-1
/
+1
2013-10-20
Pass the buildDir as first argument to test suite.
John MacFarlane
1
-4
/
+6
2013-08-26
Added markdown citation parsing test.
John MacFarlane
1
-0
/
+4
2013-08-24
Removed dependency on citeproc-hs.
John MacFarlane
1
-14
/
+0
2013-08-20
Create Cite element even if no matching reference in the biblio.
John MacFarlane
1
-1
/
+1
2013-08-17
Add extra pair of test files for dokuwiki writer (#386)
claremacrae
1
-1
/
+6
2013-07-14
Initial work to create dokuwiki writer (#386)
Clare Macrae
1
-1
/
+1
2013-03-28
Added stubs for haddock reader tests.
John MacFarlane
1
-0
/
+4
2013-03-20
Added OPML template, tests.
John MacFarlane
1
-1
/
+3
2013-03-19
Added Text.Pandoc.Readers.OPML, exporting readOPML.
John MacFarlane
1
-0
/
+4
2013-03-17
Markdown writer: New approach for citations.
John MacFarlane
1
-1
/
+1
2013-03-17
Revert "LaTeX reader: citation handling changes."
John MacFarlane
1
-1
/
+1
2013-03-09
LaTeX reader: citation handling changes.
John MacFarlane
1
-1
/
+1
2013-03-07
Markdown writer: Render citations as pandoc-markdown citations.
John MacFarlane
1
-2
/
+2
2013-01-09
Added Attr field to Header.
John MacFarlane
1
-1
/
+4
[next]