aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Old.hs
AgeCommit message (Expand)AuthorFilesLines
2021-12-19Add a writer for Markua 0.10 (#7729)binaarinen1-0/+1
2021-12-11fix(IpynbOutput)!: rank always favors output formatKolen Cheung1-0/+2
2021-12-09ipynb writer: handle cell output with raw block of markdown (#7563)Kolen Cheung1-0/+6
2021-09-21Use pretty-simple to format native output.John MacFarlane1-3/+3
2021-08-10Add RTF reader.John MacFarlane1-1/+4
2021-03-19Tests: Use getExecutablePath from base...John MacFarlane1-1/+1
2021-03-19Tests: factor out setupEnvironment in Test.Helpers.John MacFarlane1-12/+1
2021-03-19Fix finding of data files from test programs.John MacFarlane1-1/+3
2021-02-22Text.Pandoc.UTF8: change IO functions to return Text, not String.John MacFarlane1-2/+3
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel1-2/+0
2021-02-02Fixed some compiler warnings in tests.John MacFarlane1-8/+1
2021-02-02Test suite: a more robust way of testing the executable.John MacFarlane1-9/+12
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-12-20LaTeX writer: support colspans and rowspans in tables. (#6950)Albert Krewinkel1-1/+1
2020-11-19JATS writer: support advanced table featuresAlbert Krewinkel1-1/+1
2020-11-14Markdown writer: default to using ATX headings.Aner Lucero1-2/+4
2020-09-13HTML writer: support intermediate table headersAlbert Krewinkel1-1/+1
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-2/+1
2020-09-12HTML writer: render table footers if presentAlbert Krewinkel1-6/+7
2020-09-10Support colspans and rowspans in HTML tables (#6644)Albert Krewinkel1-2/+19
2020-05-18Propagate (DY)LD_LIBRARY_PATH in tests (#6376)Lila1-4/+7
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-02-12Introduce new format variants for JATS (#6067)Albert Krewinkel1-1/+8
2019-12-17Add jira reader (#5913)Albert Krewinkel1-0/+2
2019-10-30docbook reader: fix nesting of chapters and sections (#5864)Florian Klink1-0/+2
2019-06-05Add jira writer (#5548)Albert Krewinkel1-0/+3
2019-04-02Actually run the xwiki writer tests.John MacFarlane1-1/+2
2019-03-13Tests.Old: specify --data-dir=../data.John MacFarlane1-3/+2
2019-03-09Include execution output in ipynb test.John MacFarlane1-2/+4
2019-02-09Added simple ipynb reader/writer tests.John MacFarlane1-0/+6
2019-02-09Adds Asciidoctor sprcific writer and testsTG1-1/+1
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-0/+11
2019-01-31Tests: avoid calling findPandoc multiple times.John MacFarlane1-186/+199
2019-01-31Old tests: remove need for temp files by using pipeProcess.John MacFarlane1-16/+6
2019-01-30Org reader: add support for #+SELECT_TAGS.leungbk1-0/+4
2018-10-17added old-style testYan Pas1-0/+4
2018-04-25Removed deprecated ancient HTML math methods.John MacFarlane1-1/+1
2018-04-19FB2 writer: convert metadata value "abstract" to book annotationAlexander Krotov1-0/+1
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-17hlint fixes.John MacFarlane1-1/+0
2017-12-27Added tests for custom writer.John MacFarlane1-0/+6
2017-12-20Add Basic JATS reader based on DocBook readerHamish Mackenzie1-0/+2
2017-10-29Creole reader (#4002)Sascha Wilde1-0/+4
2017-08-14Test fixes so we can find data files.John MacFarlane1-2/+3
2017-07-21Added TikiWiki reader (#3800)rlpowell1-0/+3
2017-06-19Added Vimwiki reader (#3705).Yuchen Pei1-0/+4
2017-03-30Added JATS writer.John MacFarlane1-0/+3
2017-03-23Initial addition of groff ms writer.John MacFarlane1-0/+3
2017-03-15Use tasty-golden for golden tests in Old.John MacFarlane1-39/+52
2017-03-14Use tasty for tests rather than test-framework.John MacFarlane1-11/+10