aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2018-02-18Powerpoint writer: Add tests for speaker notes.Jesse Rosenthal3-0/+22
2018-02-18Powerpoint writer: update golden test filesJesse Rosenthal8-0/+0
2018-02-17LaTeX reader: Fixed comments inside citations. Closes #4374.John MacFarlane1-0/+7
2018-02-16TEI writer: Use 'xml:id', not 'id' attribute.John MacFarlane1-31/+31
2018-02-16Muse reader: prioritize lists with roman numerals over alphabetical listsAlexander Krotov1-0/+12
2018-02-15Docx reader: Pick table width from the longest row or headerdanse3-0/+17
2018-02-15Muse reader: fix directive parsingAlexander Krotov1-0/+15
2018-02-15Muse writer: use unicode quotes for quoted textAlexander Krotov2-12/+12
2018-02-13AsciiDoc writer: do not output implicit heading IDsAlexander Krotov1-31/+0
2018-02-13Muse reader: parse definition lists with multiple descriptionsAlexander Krotov1-7/+20
2018-02-12Muse reader: refactor to avoid reparsingAlexander Krotov1-1/+40
2018-02-12Muse reader: paragraph indentation does not indicate nested quoteAlexander Krotov1-0/+6
2018-02-11Muse reader: test empty quote tagAlexander Krotov1-0/+5
2018-02-11Muse reader: require that block tags are on separate linesAlexander Krotov1-19/+26
2018-02-08Updated rst writer test for template change.John MacFarlane1-4/+0
2018-02-05Muse reader: test that two blank lines after verse can separate list itemsAlexander Krotov1-0/+21
2018-02-05Muse reader: test that lists can be separated with two blanklines after block...Alexander Krotov1-0/+27
2018-02-03Muse writer: write image width specified in percent in Text::Amuse modeAlexander Krotov1-0/+3
2018-01-30Muse writer: don't wrap displayMath into <verse>Alexander Krotov2-2/+2
2018-01-29Muse writer: escape nonbreaking space ("~~")Alexander Krotov1-0/+1
2018-01-28Muse reader: fix parsing of trailing whitespaceAlexander Krotov1-0/+6
2018-01-27Docx writer tests: correct test name.Jesse Rosenthal1-1/+1
2018-01-27Docx writer tests: Add tests for custom stylesJesse Rosenthal4-0/+10
2018-01-27Docx writer tests: Use new golden frameworkJesse Rosenthal27-127/+120
2018-01-25Tests: Abstract powerpoint tests out to OOXML tests.Jesse Rosenthal2-175/+188
2018-01-25ConTeXt writer: new section syntax and --section-divs (#4295)Henri Menke4-39/+66
2018-01-24Muse reader: fix matching of closing inline tagsAlexander Krotov1-0/+3
2018-01-23Powerpoint writer tests: hlint cleanups.Jesse Rosenthal1-14/+12
2018-01-23ConTeXt writer: xtables: correct wrong usage of captionHenri Menke2-4/+4
2018-01-22Powerpoint writer tests: add tests for two-column layout and imagesJesse Rosenthal5-0/+24
2018-01-22Powerpoint writer: Add further testsJesse Rosenthal5-0/+17
2018-01-22Powerpoint writer tests: simplify updating functionJesse Rosenthal1-7/+1
2018-01-22Powerpoint tests: Convert to golden testsJesse Rosenthal1-136/+147
2018-01-22Muse writer: join code with different attributes during normalizationAlexander Krotov1-0/+1
2018-01-22Muse writer: indent lists inside DivAlexander Krotov1-1/+3
2018-01-21Powerpoint writer tests: New test framework for pptx.Jesse Rosenthal6-157/+196
2018-01-20Markdown reader: Fix parsing bug with nested fenced divs.John MacFarlane1-0/+18
2018-01-20RST reader: fix parsing of headers with trailing space.John MacFarlane1-0/+7
2018-01-20Muse reader: remove multiple descriptions during round-trip testsAlexander Krotov1-0/+6
2018-01-20Muse reader: enable definition lists in round-trip testAlexander Krotov1-3/+2
2018-01-19hlint code improvements.John MacFarlane23-146/+141
2018-01-19Merge pull request #4259 from italia/4248John MacFarlane1-0/+10
2018-01-20Muse reader: fix parsing of nested definition listsAlexander Krotov1-1/+11
2018-01-19in RST writer insert comment between lists and quotes, closes #4248danse1-0/+10
2018-01-19Muse writer: support definitions with multiple descriptionsAlexander Krotov2-10/+16
2018-01-19Muse reader: require only one space for nested definition list indentationAlexander Krotov1-0/+3
2018-01-19Muse reader: parse definition list terms without parseFromStringAlexander Krotov1-0/+2
2018-01-18Muse reader: fix parsing of code at the beginning of paragraphAlexander Krotov1-0/+3
2018-01-18Muse reader: refactor definition list parsingAlexander Krotov1-11/+0
2018-01-18Muse reader: parse "~~" as non-breaking space in Text::Amuse modeAlexander Krotov1-2/+2