aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-04-02 17:59:47 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-04-02 17:59:47 -0700
commit23df94e30a1ec48a324aef6ed67051138812cf8b (patch)
tree1f99efd9d1cd78424102215d7a78a3f0741b004b /test
parent81461dde5830bd168343d25f2b765c224274388b (diff)
downloadpandoc-23df94e30a1ec48a324aef6ed67051138812cf8b.tar.gz
Update command test #5416 to make it windows friendly
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 "{{"]]
```