Skip to content

Commit

Permalink
Adjust test for #9943 so it works with Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Jul 4, 2024
1 parent b65006d commit 2befcb0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions test/command/9943.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,24 @@
```
% pandoc -t man -s -Vpandoc-version=''
% pandoc -t man -s -Vpandoc-version=X.Y
---
title: HELLO
section: 1
---
^D
.\" Automatically generated by Pandoc X.Y
.\"
.TH "HELLO" "1" "" ""
```

```
% pandoc -t man -s -Vpandoc-version=''
% pandoc -t man -s -Vpandoc-version=X.Y
---
title: HELLO
section: 1
header: Head
---
^D
.\" Automatically generated by Pandoc X.Y
.\"
.TH "HELLO" "1" "" "" "Head"
```

0 comments on commit 2befcb0

Please sign in to comment.