Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-07-15 | Docx Reader: Updated headers test | Ophir Lifshitz | 2 | -1/+9 | |
Replaced styles.xml in headers.docx with pandoc's current styles.xml, which contains styles for Heading 1 through 6. Added Heading 4 through 7 to the test document. Note that Heading 7 is not parsed as a Heading because there is no Heading 7 style. | |||||
2015-06-09 | Fixed tests/docx/links.docx for new url. | John MacFarlane | 1 | -0/+0 | |
2015-06-09 | replace old url with pandoc.org | Pablo RodrÃguez | 2 | -2/+2 | |
2015-03-08 | Lists test | Nikolay Yakimov | 1 | -0/+17 | |
2015-03-03 | Initial tests for writer | Nikolay Yakimov | 4 | -0/+15 | |
2015-02-21 | Docx reader: add test for verbatim in sub/superscript. | Jesse Rosenthal | 2 | -0/+8 | |
2015-02-19 | Docx reader: Add tests for new list style parsing. | Jesse Rosenthal | 2 | -0/+6 | |
2015-02-13 | Docx reader: test lists in table cells. | Jesse Rosenthal | 2 | -0/+11 | |
2015-01-21 | Docx Reader: Add test for VML images. | Jesse Rosenthal | 2 | -0/+4 | |
Since images are often visually (not structurally) placed on the page, people might not always get the results they're looking for here. | |||||
2014-11-13 | Add tests for external links with anchors | Caleb McDaniel | 2 | -0/+1 | |
2014-10-25 | Docx test: Remove Danish header test. | Jesse Rosenthal | 2 | -10/+0 | |
Redundant, now that we're testing for a more generalized sort of internationalized blocks. | |||||
2014-10-25 | Docx reader: add tests for i18n headers. | Jesse Rosenthal | 2 | -0/+8 | |
This tests blockquotes and headers in Russian. Previous tests make sure that this doesn't produce a regression in en-us Header and Blockquotes. | |||||
2014-09-05 | Docx reader: Add test for polyglot headers. | Jesse Rosenthal | 2 | -0/+10 | |
Only Danish at the moment. | |||||
2014-09-04 | Docx Reader: Add tests for numbered headers. | Jesse Rosenthal | 2 | -0/+1 | |
2014-08-28 | Docx reader: update tests for new table behavior. | Jesse Rosenthal | 2 | -20/+30 | |
2014-08-16 | Docx reader: Test for character styles. | Jesse Rosenthal | 2 | -0/+4 | |
2014-08-13 | Revised tests directory. | John MacFarlane | 52 | -0/+119 | |
Renamed some tests, introducing subsidiary directories for fb2, docx, epub. Cleaned up tests in cabal file. Combined dokuwiki-writer and dokuwiki_inline_formatting tests. |