aboutsummaryrefslogtreecommitdiff
path: root/test/Tests
AgeCommit message (Expand)AuthorFilesLines
2017-06-29Added parameter for user data directory to runLuaFilter.John MacFarlane1-2/+2
2017-06-28Muse reader: parse indented blockquotes (#3769)Alexander Krotov1-1/+6
2017-06-27HTML reader: Use the lang value of <html> to set the lang meta value. (#3765)bucklereed1-0/+6
2017-06-26Muse writer: fix hlint errors (#3764)Alexander Krotov1-2/+2
2017-06-26Muse reader: fix horizontal rule parsing (#3762)Alexander Krotov1-1/+12
2017-06-25Muse reader: Require space before and after '=' for code (#3758)Alexander Krotov1-0/+8
2017-06-20Muse reader: check that headers start at the first column (#3749)Alexander Krotov1-0/+17
2017-06-19Muse reader: fix list item continuation parsing (#3747)Alexander Krotov1-0/+13
2017-06-19Added Vimwiki reader (#3705).Yuchen Pei1-0/+4
2017-06-19Add Muse reader (#3620)Alexander Krotov1-0/+264
2017-06-11Revert "Command tests: small change to try to fix appveyor failures."John MacFarlane1-4/+3
2017-06-11Command tests: small change to try to fix appveyor failures.John MacFarlane1-3/+4
2017-06-11Switched Writer types to use Text.John MacFarlane12-19/+30
2017-06-10Changed all readers to take Text instead of String.John MacFarlane11-576/+598
2017-05-31Org reader: respect export option for tagsAlbert Krewinkel1-0/+6
2017-05-31Org reader: include tags in headlinesAlbert Krewinkel1-17/+19
2017-05-28Org reader: Fix cite parsing behaviourHerwig Stuetz1-0/+36
2017-05-27Org reader: subject full doc tree to headline transformationsAlbert Krewinkel1-2/+16
2017-05-25Test.Command: put stderr output at front, so it can be tested.John MacFarlane1-3/+3
2017-05-18Org reader: fix smart parsing behaviorAlbert Krewinkel1-2/+2
2017-05-12Replace `repeat' and `take' with `replicate'Alexander Krotov1-1/+1
2017-05-07Muse writer: Indent tables with one space (#3649)Alexander Krotov1-9/+9
2017-05-07Use fewer quickcheck tests for lua tests, to speed things up.John MacFarlane1-3/+3
2017-05-06Org reader: support macrosAlbert Krewinkel1-0/+18
2017-04-30Lua filter: fall-back to global filters when none is returnedAlbert Krewinkel1-0/+6
2017-04-23Org reader: allow multi-word arguments to src block paramsAlbert Krewinkel1-0/+9
2017-04-23Org reader: stop adding rundoc prefix to src paramsAlbert Krewinkel1-33/+26
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