diff --git a/test/command/9943.md b/test/command/9943.md index fcca808bf0c3..f4f2f01dde62 100644 --- a/test/command/9943.md +++ b/test/command/9943.md @@ -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" ```