aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-06-13 11:12:10 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-06-13 11:12:10 -0700
commit48a505c5a07e846c65825994d1be7a403944faf2 (patch)
treea19a15deff1bd332972a87398a9d75b45af71633 /test/command
parente9b81bf5c4f8bb70b33e9fd818082ab5116329ea (diff)
downloadpandoc-48a505c5a07e846c65825994d1be7a403944faf2.tar.gz
Markdown reader: allow empty code spans.
E.g. `` ` ` ``.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/empty-inline-code.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/empty-inline-code.txt b/test/command/empty-inline-code.txt
new file mode 100644
index 000000000..b57072a44
--- /dev/null
+++ b/test/command/empty-inline-code.txt
@@ -0,0 +1,6 @@
+```
+% pandoc -t native
+` `
+^D
+[Code ("",[],[]) ""]
+```