mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
Update command test #5416 to make it windows friendly
This commit is contained in:
@@ -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 "{{"]]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user