summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
* Update docx tests to reflect new expected behaviorJesse Rosenthal2014-06-28
* Change test result to match new behavior.Jesse Rosenthal2014-06-28
* Track changes tests.Jesse Rosenthal2014-06-25
* Docx reader: Add tests for basic track changesJesse Rosenthal2014-06-25
* Docx Reader: add failing defintion list tests.Jesse Rosenthal2014-06-24
* Docx reader: add failing tests for inline code and code blocks.Jesse Rosenthal2014-06-24
* Merge pull request #1366 from jkr/reducible3John MacFarlane2014-06-23
|\
| * Add test for correctly trimming spaces in formatting.Jesse Rosenthal2014-06-23
* | LaTeX writer: Use `\textquotesingle` for `'` in inline code.John MacFarlane2014-06-23
|/
* Docx reader tests: add tests for normalization deep in blocks.Jesse Rosenthal2014-06-22
* Docx reader tests: Correct normalize test.Jesse Rosenthal2014-06-22
* Add normalization test.Jesse Rosenthal2014-06-22
* Docx reader tests: Introduce NoNormPandoc type.Jesse Rosenthal2014-06-20
* LaTeX writer: Fixed strikeout + highlighted code. Closes #1294.John MacFarlane2014-06-20
* Add tabs tests.Jesse Rosenthal2014-06-19
* Fix notes test.Jesse Rosenthal2014-06-19
* Add ReaderOptions to the docx testsJesse Rosenthal2014-06-19
* Haddock writer: Use _____ for hrule.John MacFarlane2014-06-19
* Updated haddock writer tests.John MacFarlane2014-06-18
* Small fix to haddock "tables".John MacFarlane2014-06-18
* Revised haddock reader tests for changes in reader.John MacFarlane2014-06-18
* Added haddock writer tests.John MacFarlane2014-06-18
* Rewrote haddock reader to use haddock-library.John MacFarlane2014-06-18
* Naming: Use Docx instead of DocX.John MacFarlane2014-06-16
* Merge branch 'docx' of https://github.com/jkr/pandoc into jkr-docxJohn MacFarlane2014-06-16
|\
| * Add DocX tests to test-pandoc.hsJesse Rosenthal2014-06-16
| * Add DocX automated tests.Jesse Rosenthal2014-06-16
* | Org reader: make tildes create inline code.John MacFarlane2014-06-16
* | Updated HTML reader table test - should be simple table.John MacFarlane2014-06-16
* | Added failing HTML reader test for table.John MacFarlane2014-06-16
|/
* Updated tests for c8bc70a6bb12e0fbfadadb9480efafb3be4f11a5.John MacFarlane2014-06-01
* Merge pull request #1302 from tarleb/inline-latexJohn MacFarlane2014-05-28
|\
| * Org reader: support for inline LaTeXAlbert Krewinkel2014-05-20
* | Markdown reader: inline math must have nonspace before final `$`.John MacFarlane2014-05-27
|/
* Org reader: support Pandocs citation extensionAlbert Krewinkel2014-05-14
* Org reader: Fix block parameter reader, relax constraintsAlbert Krewinkel2014-05-10
* Org reader: Fix parsing of blank lines within blocksAlbert Krewinkel2014-05-09
* Org reader: Support arguments for code blocksAlbert Krewinkel2014-05-09
* Updated tests for template changes.John MacFarlane2014-05-06
* Org reader: Read inline code blocksAlbert Krewinkel2014-05-06
* Added test for #1154.John MacFarlane2014-05-04
* Added Tests.Writer.AsciiDoc to repository.John MacFarlane2014-05-03
* AsciiDoc writer: Added test for empty table cells.John MacFarlane2014-05-03
* DocBook writer: Small tweaks to last commit.John MacFarlane2014-05-03
* Distinguish tight and loose lists in Docbook outputNeil Mayhew2014-05-03
* Fixed empty reference links. Closes #1186.John MacFarlane2014-05-02
* Markdown reader: Make one-column pipe tables work.John MacFarlane2014-05-01
* Merge pull request #1272 from tarleb/link-typesJohn MacFarlane2014-05-01
|\
| * Org reader: Add support for custom link typesAlbert Krewinkel2014-05-01
* | Updated tests for new LaTeX template.John MacFarlane2014-04-30