aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-06-10 14:42:08 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-06-10 14:42:08 -0700
commit2e12106a901cf2574a7ef50975e71be13d02fca9 (patch)
tree1a08a21ece0fb86765bc99bc78fc831f220cd83b /test
parent01bbb52628d8151d9f624fab4a95fa9f8a54a1c2 (diff)
downloadpandoc-2e12106a901cf2574a7ef50975e71be13d02fca9.tar.gz
Asciidoc writer: ensure correct nesting strong/emph.
Closes #5565.
Diffstat (limited to 'test')
-rw-r--r--test/command/5565.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/5565.md b/test/command/5565.md
new file mode 100644
index 000000000..1459e066d
--- /dev/null
+++ b/test/command/5565.md
@@ -0,0 +1,6 @@
+```
+% pandoc -t asciidoc
+***hi***
+^D
+*_hi_*
+```