aboutsummaryrefslogtreecommitdiff
path: root/tests/docx
AgeCommit message (Collapse)AuthorFilesLines
2015-10-04Docx Reader: Create special punctuation testOphir Lifshitz2-0/+2
2015-07-15Docx Reader: Updated headers testOphir Lifshitz2-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-09Fixed tests/docx/links.docx for new url.John MacFarlane1-0/+0
2015-06-09replace old url with pandoc.orgPablo Rodríguez2-2/+2
2015-03-08Lists testNikolay Yakimov1-0/+17
2015-03-03Initial tests for writerNikolay Yakimov4-0/+15
2015-02-21Docx reader: add test for verbatim in sub/superscript.Jesse Rosenthal2-0/+8
2015-02-19Docx reader: Add tests for new list style parsing.Jesse Rosenthal2-0/+6
2015-02-13Docx reader: test lists in table cells.Jesse Rosenthal2-0/+11
2015-01-21Docx Reader: Add test for VML images.Jesse Rosenthal2-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-13Add tests for external links with anchorsCaleb McDaniel2-0/+1
2014-10-25Docx test: Remove Danish header test.Jesse Rosenthal2-10/+0
Redundant, now that we're testing for a more generalized sort of internationalized blocks.
2014-10-25Docx reader: add tests for i18n headers.Jesse Rosenthal2-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-05Docx reader: Add test for polyglot headers.Jesse Rosenthal2-0/+10
Only Danish at the moment.
2014-09-04Docx Reader: Add tests for numbered headers.Jesse Rosenthal2-0/+1
2014-08-28Docx reader: update tests for new table behavior.Jesse Rosenthal2-20/+30
2014-08-16Docx reader: Test for character styles.Jesse Rosenthal2-0/+4
2014-08-13Revised tests directory.John MacFarlane52-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.