aboutsummaryrefslogtreecommitdiff
path: root/test/command/2994.md
AgeCommit message (Collapse)AuthorFilesLines
2017-08-16Fixed command test #2994 on Windows.John MacFarlane1-1/+1
2017-08-14Changed command test for #2994 so it actually tests the writer.John MacFarlane1-1/+4
2017-08-12Docx writer: pass through comments.John MacFarlane1-0/+7
We assume that comments are defined as parsed by the docx reader: I want <span class="comment-start" id="0" author="Jesse Rosenthal" date="2016-05-09T16:13:00Z">I left a comment.</span>some text to have a comment <span class="comment-end" id="0"></span>on it. We assume also that the id attributes are unique and properly matched between comment-start and comment-end. Closes #2994.