Skip to content

Commit

Permalink
Update command test #5416 to make it windows friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Apr 3, 2019
1 parent 81461dd commit 23df94e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/command/5416.md
Original file line number Diff line number Diff line change
@@ -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 "{{"]]
```

0 comments on commit 23df94e

Please sign in to comment.