Update command test #5416 to make it windows friendly

This commit is contained in:
John MacFarlane
2019-04-02 17:59:47 -07:00
parent 81461dde58
commit 23df94e30a
+4 -2
View File
@@ -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 "{{"]]
```