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