diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-08-07 22:21:09 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-08-07 22:25:06 -0700 |
commit | 10b662c1208ede66344e86bc07584c7efeb9ab2c (patch) | |
tree | 99c3f424c985735aada7001d61e605ee8f4932c9 | |
parent | 94466c006005892dc177a8a0518ccf3c55b4e51b (diff) | |
download | pandoc-10b662c1208ede66344e86bc07584c7efeb9ab2c.tar.gz |
EPUB test renaming.
Renamed epub test files so they're identified more clearly as
epub: features.{epub,native} -> epub.features.{epub,native},
and similarly with formatting.{epub,native}.
Added epub test files to cabal file, so they'll be included in
the tarball.
-rw-r--r-- | pandoc.cabal | 2 | ||||
-rw-r--r-- | tests/Tests/Old.hs | 4 | ||||
-rw-r--r-- | tests/epub.features.epub (renamed from tests/features.epub) | bin | 1399825 -> 1399825 bytes | |||
-rw-r--r-- | tests/epub.features.native (renamed from tests/features.native) | 0 | ||||
-rw-r--r-- | tests/epub.formatting.epub (renamed from tests/formatting.epub) | bin | 13460 -> 13460 bytes | |||
-rw-r--r-- | tests/epub.formatting.native (renamed from tests/formatting.native) | 0 |
6 files changed, 4 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 815fb6b87..c2e742faa 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -158,6 +158,8 @@ Extra-Source-Files: tests/lhs-test.html+lhs, tests/lhs-test.fragment.html+lhs, tests/pipe-tables.txt, + tests/epub.formatting.epub, + tests/epub.features.epub, tests/fb2.basic.markdown, tests/fb2.basic.fb2, tests/fb2.titles.markdown, diff --git a/tests/Tests/Old.hs b/tests/Tests/Old.hs index 9bcc37b57..03acf6b8c 100644 --- a/tests/Tests/Old.hs +++ b/tests/Tests/Old.hs @@ -147,9 +147,9 @@ tests = [ testGroup "markdown" "txt2tags.t2t" "txt2tags.native" ] , testGroup "epub" [ test "features" ["-r", "epub", "-w", "native"] - "features.epub" "features.native" + "epub.features.epub" "epub.features.native" , test "formatting" ["-r", "epub", "-w", "native"] - "formatting.epub" "formatting.native" + "epub.formatting.epub" "epub.formatting.native" ] , testGroup "other writers" $ map (\f -> testGroup f $ writerTests f) [ "opendocument" , "context" , "texinfo", "icml" diff --git a/tests/features.epub b/tests/epub.features.epub Binary files differindex e45de241b..e45de241b 100644 --- a/tests/features.epub +++ b/tests/epub.features.epub diff --git a/tests/features.native b/tests/epub.features.native index 0a790e305..0a790e305 100644 --- a/tests/features.native +++ b/tests/epub.features.native diff --git a/tests/formatting.epub b/tests/epub.formatting.epub Binary files differindex f3f9b5b93..f3f9b5b93 100644 --- a/tests/formatting.epub +++ b/tests/epub.formatting.epub diff --git a/tests/formatting.native b/tests/epub.formatting.native index bdf86fa20..bdf86fa20 100644 --- a/tests/formatting.native +++ b/tests/epub.formatting.native |