diff options
| author | Albert Krewinkel <albert@zeitkraut.de> | 2022-11-23 10:01:46 +0100 |
|---|---|---|
| committer | Albert Krewinkel <albert@zeitkraut.de> | 2022-11-23 10:01:46 +0100 |
| commit | fb5da4a8c62930a7a3a3e4f4dd860a183cfed937 (patch) | |
| tree | f048a65574755fb53ac8c1c5d4aa73933be049ac | |
| parent | 7347f3f3f8ea05313ac663d4f38336bc92d001d3 (diff) | |
Fix command test #7743 for Windows
| -rw-r--r-- | test/command/7743.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/7743.md b/test/command/7743.md index 6e2e0fbfb..de70def8c 100644 --- a/test/command/7743.md +++ b/test/command/7743.md @@ -41,7 +41,7 @@ ``` ``` -% pandoc -f markdown+mark -t docx | pandoc -f docx -t markdown+mark +% pandoc -f markdown+mark -t docx -o - | pandoc -f docx -t markdown+mark ==Hi== ^D ==Hi== |
