Renamed tests/markdown-tables -> tests/extra-tables.
Added to cabal file.
This commit is contained in:
parent
511f5e891d
commit
5a704ecc6e
4 changed files with 4 additions and 2 deletions
|
@ -174,7 +174,9 @@ Extra-Source-Files:
|
|||
tests/lhs-test.latex+lhs,
|
||||
tests/lhs-test.html,
|
||||
tests/lhs-test.html+lhs,
|
||||
tests/lhs-test.fragment.html+lhs
|
||||
tests/lhs-test.fragment.html+lhs,
|
||||
tests/extra-tables.markdown,
|
||||
tests/extra-tables.native
|
||||
Extra-Tmp-Files: man/man1/pandoc.1,
|
||||
man/man5/pandoc_markdown.5
|
||||
|
||||
|
|
|
@ -57,7 +57,7 @@ tests = [ testGroup "markdown"
|
|||
, test "tables" ["-r", "markdown", "-w", "native", "--columns=80"]
|
||||
"tables.txt" "tables.native"
|
||||
, test "extratables" ["-r", "markdown", "-w", "native", "--columns=80"]
|
||||
"markdown-tables.txt" "markdown-tables.native"
|
||||
"extra-tables.markdown" "extra-tables.native"
|
||||
, test "more" ["-r", "markdown", "-w", "native", "-S"]
|
||||
"markdown-reader-more.txt" "markdown-reader-more.native"
|
||||
, lhsReaderTest "markdown+lhs"
|
||||
|
|
Loading…
Add table
Reference in a new issue