summaryrefslogtreecommitdiff
path: root/test/Tests
Commit message (Expand)AuthorAge
* Command tests; print stderr when a test fails.John MacFarlane2017-08-11
* Fixed writer tests not to use writerUserDataDir.John MacFarlane2017-08-10
* Org reader: use org-language attribute rather than data-org-language.John MacFarlane2017-08-09
* Org reader: use tag-name attribute instead of data-tag-name.John MacFarlane2017-08-09
* HTML reader: parse <main> like <div role=main>. (#3791)bucklereed2017-08-09
* Muse writer: insert two blanklines between lists of the same type (#3844)Alexander2017-08-08
* Muse reader: debug indented paragraph support (#3839)Alexander2017-08-06
* Docx reader: Add tests for avoiding zero-level header.Jesse Rosenthal2017-08-06
* Muse reader: debug list and list item separation rules (#3837)Alexander2017-08-06
* LaTeX reader: plainbreak, fancybreak et al from the memoir class (#3833)bucklereed2017-08-05
* Muse reader: do not allow headers in blockquotes (#3831)Alexander Krotov2017-08-03
* Class: Removed unnecessary withMedia, improved haddocks.John MacFarlane2017-07-30
* Added TikiWiki reader (#3800)rlpowell2017-07-21
* Muse reader: fix reading of lists inside tags (#3802)Alexander Krotov2017-07-21
* Fix docx writer test for ghc 8.2.1.John MacFarlane2017-07-15
* Rearrange docx writer roundtrip test.John MacFarlane2017-07-15
* Refactored compareOutput in docx writer testJohn MacFarlane2017-07-14
* Muse writer: indent lists inside <quote> with at least one space (#3795)Alexander Krotov2017-07-12
* Rewrote LaTeX reader with proper tokenization.John MacFarlane2017-07-07
* Added parameter for user data directory to runLuaFilter.John MacFarlane2017-06-29
* Muse reader: parse indented blockquotes (#3769)Alexander Krotov2017-06-28
* HTML reader: Use the lang value of <html> to set the lang meta value. (#3765)bucklereed2017-06-27
* Muse writer: fix hlint errors (#3764)Alexander Krotov2017-06-26
* Muse reader: fix horizontal rule parsing (#3762)Alexander Krotov2017-06-26
* Muse reader: Require space before and after '=' for code (#3758)Alexander Krotov2017-06-25
* Muse reader: check that headers start at the first column (#3749)Alexander Krotov2017-06-20
* Muse reader: fix list item continuation parsing (#3747)Alexander Krotov2017-06-19
* Added Vimwiki reader (#3705).Yuchen Pei2017-06-19
* Add Muse reader (#3620)Alexander Krotov2017-06-19
* Revert "Command tests: small change to try to fix appveyor failures."John MacFarlane2017-06-11
* Command tests: small change to try to fix appveyor failures.John MacFarlane2017-06-11
* Switched Writer types to use Text.John MacFarlane2017-06-11
* Changed all readers to take Text instead of String.John MacFarlane2017-06-10
* Org reader: respect export option for tagsAlbert Krewinkel2017-05-31
* Org reader: include tags in headlinesAlbert Krewinkel2017-05-31
* Org reader: Fix cite parsing behaviourHerwig Stuetz2017-05-28
* Org reader: subject full doc tree to headline transformationsAlbert Krewinkel2017-05-27
* Test.Command: put stderr output at front, so it can be tested.John MacFarlane2017-05-25
* Org reader: fix smart parsing behaviorAlbert Krewinkel2017-05-18
* Replace `repeat' and `take' with `replicate'Alexander Krotov2017-05-12
* Muse writer: Indent tables with one space (#3649)Alexander Krotov2017-05-07
* Use fewer quickcheck tests for lua tests, to speed things up.John MacFarlane2017-05-07
* Org reader: support macrosAlbert Krewinkel2017-05-06
* Lua filter: fall-back to global filters when none is returnedAlbert Krewinkel2017-04-30
* Org reader: allow multi-word arguments to src block paramsAlbert Krewinkel2017-04-23
* Org reader: stop adding rundoc prefix to src paramsAlbert Krewinkel2017-04-23
* Org reader: handle line numbering switch for src blocksAlbert Krewinkel2017-04-23
* Org reader: allow emphasized text to be followed by `[`Albert Krewinkel2017-04-16
* Org reader: convert markup at beginning of footnotesAlbert Krewinkel2017-04-16
* Lua filter: allow shorthand functions for math and quotedAlbert Krewinkel2017-04-14