summaryrefslogtreecommitdiff
path: root/test/Tests
AgeCommit message (Expand)Author
2018-10-28Roff tokenizer: revamped font parsing using escapeArg.John MacFarlane
2018-10-28T.P.Lua: rename `runPandocLua` to `runLua` (API change)Albert Krewinkel
2018-10-28T.P.Lua: merge runLuaFilter into T.P.Filter.Lua (API change)Albert Krewinkel
2018-10-28Muse: Make tables round-tripAlexander Krotov
2018-10-28Muse reader: try to parse lists before trying to parse tableAlexander Krotov
2018-10-27Remove misleading comment from Muse reader testsAlexander Krotov
2018-10-27Muse reader: forbid whitespace after opening and before closing markup elementsAlexander Krotov
2018-10-26Muse reader: parse page breaksAlexander Krotov
2018-10-23Muse writer: do not insert newline before listsAlexander Krotov
2018-10-22Man reader: don't parse \[ul] as unicode escape.John MacFarlane
2018-10-22Muse reader: allow footnotes to start with empty lineAlexander Krotov
2018-10-21Muse writer: use lightweight markup after </em> tagAlexander Krotov
2018-10-20Man reader: Fixed handling of nested fonts.John MacFarlane
2018-10-21Muse reader: allow empty headersAlexander Krotov
2018-10-20Man reader: Fix .B, .I, .BR, etc.John MacFarlane
2018-10-20Man reader: major restructuring, support macros.John MacFarlane
2018-10-20Man reader: handle shift in list style.John MacFarlane
2018-10-20Powerpoint tests: test raw openxmlJesse Rosenthal
2018-10-19Man reader: Improved header parsing.John MacFarlane
2018-10-19Man reader: properly handle multi-block list items.John MacFarlane
2018-10-19Man reader: Added more tests for escapes.John MacFarlane
2018-10-19Man reader: minor improvements.John MacFarlane
2018-10-19More man reader test updates.John MacFarlane
2018-10-18Update man reader tests.John MacFarlane
2018-10-18Merge branch 'Yanpas-groff_reader'John MacFarlane
2018-10-17Muse reader: allow examples to be indented with tabsAlexander Krotov
2018-10-17Muse reader: remove indentation from examples indicated by {{{ and }}}Alexander Krotov
2018-10-16Merge branch 'groff_reader' of https://github.com/Yanpas/pandoc into Yanpas-g...John MacFarlane
2018-10-17added old-style testYan Pas
2018-10-15Only override --quickcheck-tests=N if N is not default value (100).John MacFarlane
2018-10-16buildersYan Pas
2018-10-14tests, commented debug functionsYan Pas
2018-10-10Test that Muse reader can parse code with = sign insideAlexander Krotov
2018-10-10Muse reader: fix parsing of empty cellsAlexander Krotov
2018-10-07Merge branch 'master' into groff_readerYan Pas
2018-10-05Muse reader: allow table caption to contain "+"Alexander Krotov
2018-09-28Parse empty argument array in inline src blocks.leungbk
2018-09-27HTML, Muse reader tests: reduce time taken by round-trip test.John MacFarlane
2018-09-24Use hslua v1.0.0Albert Krewinkel
2018-09-22Muse reader tests: more testsAlexander Krotov
2018-09-21Muse reader: do not allow code markup to be followed by digitAlexander Krotov
2018-09-19Markdown reader: distinguish autolinks in the AST.John MacFarlane
2018-09-19Lua filter tests: produce better error on test failureAlbert Krewinkel
2018-09-18parse rST inlines containing newlines closing #4912danse
2018-09-16Muse writer: replace newlines in strings with spacesAlexander Krotov
2018-09-11Enable tables in HTML round trip testAlexander Krotov
2018-09-11HTML reader tests: accept Blocks in round trip testAlexander Krotov
2018-09-11Muse reader tests: accept Blocks instead of Block in round trip testAlexander Krotov
2018-09-11Muse writer: set envInsideBlock = True when rendering notesAlexander Krotov
2018-09-11HTML writer: always output <dt> element, even if it is emptyAlexander Krotov