aboutsummaryrefslogtreecommitdiff
path: root/test/command/5416.md
diff options
context:
space:
mode:
authorMauro Bieg <mb21@users.noreply.github.com>2019-04-01 19:36:47 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2019-04-01 11:36:47 -0600
commit0fa6951dc15b162b7157739bb0787441aaf48014 (patch)
tree71b2df5a671d4b9793dbb619b872df7793876c67 /test/command/5416.md
parent0d1fc7dfffd8044e1d6837cf3cd6c9dd2db6154d (diff)
downloadpandoc-0fa6951dc15b162b7157739bb0787441aaf48014.tar.gz
Dokuwiki Reader fix: parse single curly brace (#5417)
fixes #5416
Diffstat (limited to 'test/command/5416.md')
-rw-r--r--test/command/5416.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/command/5416.md b/test/command/5416.md
new file mode 100644
index 000000000..02999c631
--- /dev/null
+++ b/test/command/5416.md
@@ -0,0 +1,11 @@
+```
+% echo "{" | pandoc -f dokuwiki -t native
+^D
+[Para [Str "{"]]
+```
+
+```
+% echo "{{" | pandoc -f dokuwiki -t native
+^D
+[Para [Str "{{"]]
+```