aboutsummaryrefslogtreecommitdiff
path: root/test/Tests
AgeCommit message (Expand)AuthorFilesLines
2021-09-21Use pretty-simple to format native output.John MacFarlane1-3/+3
2021-09-21Command tests: raise error if command doesn't begin with `%`.John MacFarlane1-5/+7
2021-09-18pptx: Support footers in the reference docEmily Bourke1-184/+213
2021-09-16pptx: Support specifying slide background imagesEmily Bourke1-0/+4
2021-09-15pptx: Add support for incremental listsEmily Bourke1-0/+8
2021-09-13pptx: Fix logic for choosing Comparison layoutEmily Bourke1-2/+6
2021-09-10Support `--reference-location` for HTML output (#7461)Francesco Mazzoli1-1/+74
2021-09-01pptx: Add support for more layoutsEmily Bourke1-2/+59
2021-09-01pptx: Restructure testsEmily Bourke1-57/+57
2021-08-27pptx: Make first heading title if slide level is 0Emily Bourke1-0/+25
2021-08-17OOXML tests: silence warnings.John MacFarlane1-0/+1
2021-08-17pptx: Select layouts from reference doc by nameEmily Bourke1-7/+24
2021-08-17Don’t compare cdLine in OOXML golden testsEmily Bourke1-1/+0
2021-08-17Provide more detailed XML diff in testsEmily Bourke1-21/+51
2021-08-15Multimarkdown sub- and superscripts (#5512) (#7188)OCzarnecki1-0/+48
2021-08-15Make docx writer sensitive to `native_numbering` extension.John MacFarlane1-1/+2
2021-08-10Tests.Helpers: export testGolden and use it in RTF reader.John MacFarlane2-13/+27
2021-08-10Add test for #7488.John MacFarlane1-0/+1
2021-08-10Add RTF reader.John MacFarlane4-4/+55
2021-07-06Recognize data-external when reading HTML img tags (#7429)Michael Hoffmann1-0/+6
2021-06-29Docx writer: Add table numbering for captioned tables.John MacFarlane1-1/+3
2021-06-05DocBook writer: Remove non-existent admonitionsJan Tojnar1-6/+6
2021-05-29Reduce size of cover image in test epub.John MacFarlane1-1/+1
2021-05-28Docx reader: Support new table features.Emily Bourke1-0/+16
2021-05-28Docx reader: Read table column widths.Emily Bourke1-0/+5
2021-05-26Command tests: fail if a file contains no tests.John MacFarlane1-1/+4
2021-05-25Jira: add support for "smart" linksAlbert Krewinkel2-0/+16
2021-05-24MediaBag improvements.John MacFarlane1-5/+5
2021-05-24Jira writer: use `{color}` when span has a color attributeAlbert Krewinkel1-0/+4
2021-05-17HTML writer: keep attributes from code nested below pre tag.Albert Krewinkel1-0/+11
2021-05-17HTML writer: ensure headings only have valid attribs in HTML4Albert Krewinkel1-52/+57
2021-05-17ConTeXt writer: use span identifiers as reference anchors.Albert Krewinkel1-0/+3
2021-05-17ConTeXt writer tests: keep code lines below 80 chars.Albert Krewinkel1-113/+119
2021-05-15HTML writer: parse `<header>` as a DivAlbert Krewinkel1-5/+9
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane1-2/+2
2021-04-29Docx reader: add handling of vml image objects (jgm#4735) (#7257)mbrackeantidot1-0/+4
2021-04-28Smarter smart quotes.John MacFarlane1-1/+1
2021-04-28JATS writer: use either styled-content or named-content for spans.Albert Krewinkel1-5/+9
2021-04-10JATS writer: convert spans to <named-content> elementsAlbert Krewinkel1-0/+15
2021-04-05JATS writer: escape disallows chars in identifiersAlbert Krewinkel1-90/+115
2021-03-31Treat tabs as spaces in ODT Reader. (#7185)niszet1-0/+1
2021-03-20Include Header.Attr.attributes as XML attributes on sectionErik Rask1-0/+37
2021-03-19Tests: Use getExecutablePath from base...John MacFarlane2-2/+2
2021-03-19Tests: factor out setupEnvironment in Test.Helpers.John MacFarlane3-25/+26
2021-03-19Fix finding of data files from test programs.John MacFarlane2-2/+5
2021-03-13Jira reader: mark divs created from panels with class "panel".Albert Krewinkel1-0/+6
2021-03-13Jira writer: improve div/panel handlingAlbert Krewinkel1-0/+30
2021-03-08Jira writer: use noformat instead of code for unknown languages.Albert Krewinkel1-0/+10
2021-03-01Jira writer: use Span identifiers as anchorsAlbert Krewinkel1-1/+8
2021-02-28Remove superfluous imports.John MacFarlane1-2/+0