Tests: Unset pandoc-version
so we don't get the comment...
in the man writer test. Otherwise this needs updating every version bump.
This commit is contained in:
parent
3b8793304e
commit
448f5b151e
2 changed files with 2 additions and 3 deletions
|
@ -196,7 +196,8 @@ writerTests format
|
||||||
, test "tables" opts "tables.native" ("tables" <.> format)
|
, test "tables" opts "tables.native" ("tables" <.> format)
|
||||||
]
|
]
|
||||||
where
|
where
|
||||||
opts = ["-r", "native", "-w", format, "--columns=78"]
|
opts = ["-r", "native", "-w", format, "--columns=78",
|
||||||
|
"--variable", "pandoc-version="]
|
||||||
|
|
||||||
s5WriterTest :: String -> [String] -> String -> Test
|
s5WriterTest :: String -> [String] -> String -> Test
|
||||||
s5WriterTest modifier opts format
|
s5WriterTest modifier opts format
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
.\" Automatically generated by Pandoc 1.15.1
|
|
||||||
.\"
|
|
||||||
.hy
|
.hy
|
||||||
.TH "Pandoc Test Suite" "" "July 17, 2006" "" ""
|
.TH "Pandoc Test Suite" "" "July 17, 2006" "" ""
|
||||||
.PP
|
.PP
|
||||||
|
|
Loading…
Add table
Reference in a new issue