aboutsummaryrefslogtreecommitdiff
path: root/test/docx/nested_anchors_in_header.native
AgeCommit message (Collapse)Author
2021-10-18Docx parser: implement PAGEREF fieldsMilan Bracke
These fields, often used in tables of contents, can be a hyperlink.
2019-09-21[Docx Reader] Update testsNikolay Yakimov
Notice this commit updates lists.docx. The old test file contained references to "ListParagraph" style, which should never leak outside of pandoc, so I'm not sure what that was supposed to test for exactly.
2017-12-30Docx reader: Read multiple children of w:sdtContents`Jesse Rosenthal
Previously we had only read the first child of an sdtContents tag. Now we replace sdt with all children of the sdtContents tag. This changes the expected test result of our nested_anchors test, since now we read docx's generated TOCs.
2017-02-04Moved tests/ -> test/.John MacFarlane