aboutsummaryrefslogtreecommitdiff
path: root/test/Tests
AgeCommit message (Expand)AuthorFilesLines
2017-04-23Org reader: handle line numbering switch for src blocksAlbert Krewinkel1-0/+9
2017-04-16Org reader: allow emphasized text to be followed by `[`Albert Krewinkel1-0/+10
2017-04-16Org reader: convert markup at beginning of footnotesAlbert Krewinkel1-0/+10
2017-04-14Lua filter: allow shorthand functions for math and quotedAlbert Krewinkel1-14/+21
2017-04-13Use lua constructors to push meta valuesAlbert Krewinkel1-2/+6
2017-04-07Lua filter: improve doc filter performanceAlbert Krewinkel1-1/+9
2017-04-06Ensure correctness of StackValue instancesAlbert Krewinkel1-0/+28
2017-04-02Lua module: add readers submoduleAlbert Krewinkel1-0/+6
2017-03-30Added JATS writer.John MacFarlane1-0/+3
2017-03-23Initial addition of groff ms writer.John MacFarlane1-0/+3
2017-03-20Lua filters (#3514)Albert Krewinkel1-0/+34
2017-03-15Use tasty-golden for golden tests in Old.John MacFarlane1-39/+52
2017-03-14Command tests: just findPandoc once.John MacFarlane1-4/+4
2017-03-14Removed unneeded import.John MacFarlane1-1/+0
2017-03-14Got rid of distracting warning in test output.John MacFarlane1-2/+2
2017-03-14Small test plumbing improvement.John MacFarlane1-11/+11
2017-03-14Use tasty for tests rather than test-framework.John MacFarlane26-131/+128
2017-03-10Add Muse writer (#3489)Alexander Krotov2-0/+276
2017-03-07Speed up Native writer quickcheck tests.John MacFarlane1-2/+4
2017-03-07Small change to unbalanced bracket test to speed up test suite.John MacFarlane1-1/+1
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane24-120/+113
2017-03-01LaTeX writer: always add hypertarget when there's a non-empty identifier.John MacFarlane1-1/+1
2017-02-12Add Org writer unit testsAlexander Krotov1-0/+25
2017-02-11Use new warnings throughout the code base.John MacFarlane1-1/+1
2017-02-06Removed --parse-raw and readerParseRaw.John MacFarlane1-1/+1
2017-02-04Consolidated some common functions in Tests.Helper.John MacFarlane3-81/+52
2017-02-04Added new test framework Tests.Command.John MacFarlane1-17/+57
2017-02-04Added skeleton for Tests.Command.John MacFarlane1-0/+91
2017-02-04Moved tests/ -> test/.John MacFarlane23-0/+5271