aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/command/5416.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/command/5416.md b/test/command/5416.md
index 02999c631..619f4223e 100644
--- a/test/command/5416.md
+++ b/test/command/5416.md
@@ -1,11 +1,13 @@
```
-% echo "{" | pandoc -f dokuwiki -t native
+% pandoc -f dokuwiki -t native
+{
^D
[Para [Str "{"]]
```
```
-% echo "{{" | pandoc -f dokuwiki -t native
+% pandoc -f dokuwiki -t native
+{{
^D
[Para [Str "{{"]]
```