aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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 "{{"]]
+```