summaryrefslogtreecommitdiff
path: root/tests/Tests/Readers
AgeCommit message (Expand)Author
2015-02-19Docx reader: Add tests for new list style parsing.Jesse Rosenthal
2015-02-18Update testsMatthew Pickering
2015-02-18Allow digit as first character of a citation key.Matthias C. M. Troffaes
2015-02-13Docx reader: test lists in table cells.Jesse Rosenthal
2015-01-21Docx Reader: Add test for VML images.Jesse Rosenthal
2014-12-15Merge pull request #1805 from bergey/rstJohn MacFarlane
2014-12-14Merge pull request #1813 from tarleb/file-linksJohn MacFarlane
2014-12-14Org reader: properly handle links to `file:target`Albert Krewinkel
2014-12-14Fixe autolinks with following punctuation.John MacFarlane
2014-12-12RST Reader: compute Attrs when role is definedDaniel Bergey
2014-12-12WIP: tests for RST rolesDaniel Bergey
2014-12-01parse RST class directivesDaniel Bergey
2014-12-01parse RST quoted literal blocksDaniel Bergey
2014-11-13Fixed bug in org with bulleted lists:John MacFarlane
2014-11-12Merge pull request #1645 from neongreen/issue1636John MacFarlane
2014-11-05Org reader: allow empty links for gitit interopAlbert Krewinkel
2014-11-05Org reader: absolute, relative paths in linksAlbert Krewinkel
2014-10-25Docx test: Remove Danish header test.Jesse Rosenthal
2014-10-25Docx reader: add tests for i18n headers.Jesse Rosenthal
2014-10-20Org reader: parse LaTeX-style MathML entitiesAlbert Krewinkel
2014-10-18Merge pull request #1680 from shelf/masterJohn MacFarlane
2014-10-18Merge pull request #1700 from tarleb/org-emphasis-fixJohn MacFarlane
2014-10-18Org reader: Drop COMMENT document treesAlbert Krewinkel
2014-10-18Org reader: fix rules for emphasis recognitionAlbert Krewinkel
2014-10-17Fix indent issue for definition listsTimothy Humphries
2014-10-12Respect indent when parsing Org bullet listsTimothy Humphries
2014-09-27Merge pull request #1601 from jkr/windowsfixJohn MacFarlane
2014-09-27Update tests for #1649Matthew Pickering
2014-09-26Fix 'Ext_lists_without_preceding_blankline' bug.Artyom
2014-09-25EPUB Tests: Seperating image testing from other featuresmpickering
2014-09-05Docx reader: Add test for polyglot headers.Jesse Rosenthal
2014-09-04Org reader: Update TestsJesse Rosenthal
2014-09-04Docx Reader: Add tests for numbered headers.Jesse Rosenthal
2014-09-02Docx reader: Modify mediabag test accordingly.Jesse Rosenthal
2014-08-31Markdown reader: better handling of paragraph in div.John MacFarlane
2014-08-20Txt2Tags reader: Header is now parsed only if standalone flag is setmpickering
2014-08-16Docx reader: Test for character styles.Jesse Rosenthal
2014-08-13Revised tests directory.John MacFarlane
2014-08-11Docx: Add dropcap tests.Jesse Rosenthal
2014-08-10Improved EPUB TestsMatthew Pickering
2014-08-07Docx reader: Test inline image code.Jesse Rosenthal
2014-07-31Docx tests: rewrite mediabag tests.Jesse Rosenthal
2014-07-31New module, Text.Pandoc.MediaBag.John MacFarlane
2014-07-31Made MediaBag a newtype, and added mime type information to media.John MacFarlane
2014-07-30Docx test: Test image from media bag.Jesse Rosenthal
2014-07-30Docx tests: Added media test comparison function.Jesse Rosenthal
2014-07-30Docx reader: change tests to make use of media bag.Jesse Rosenthal
2014-07-29Add and update docx tests in pandoc.cabal.Jesse Rosenthal
2014-07-29Docx reader: Make metavalues out of styled paragraphs.Jesse Rosenthal
2014-07-27Txt2Tags Reader: Added testsMatthew Pickering