summaryrefslogtreecommitdiff
path: root/test/command/2994.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/2994.md')
-rw-r--r--test/command/2994.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/command/2994.md b/test/command/2994.md
new file mode 100644
index 000000000..b6b2d1ed9
--- /dev/null
+++ b/test/command/2994.md
@@ -0,0 +1,10 @@
+```
+% pandoc -f markdown -t docx -o - | pandoc -f docx -t markdown --track-changes=all
+I want [I left a comment.]{.comment-start id="0"
+author="Jesse Rosenthal" date="2016-05-09T16:13:00Z"}some text to have a
+comment []{.comment-end id="0"}on it.
+^D
+I want [I left a comment.]{.comment-start id="0"
+author="Jesse Rosenthal" date="2016-05-09T16:13:00Z"}some text to have a
+comment []{.comment-end id="0"}on it.
+```