diff options
author | John MacFarlane <jgm@berkeley.edu> | 2013-03-28 15:58:09 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2013-03-28 15:58:09 -0700 |
commit | 0b85ad754652b7170b6e50ec3ae1fa6222c71915 (patch) | |
tree | ed8b91f68cbed6a1d41c389d58f3cd1e5339ffd0 /tests/Tests | |
parent | 05bc6a5af17c72956a563c8f39e7d032dc5d26f6 (diff) | |
download | pandoc-0b85ad754652b7170b6e50ec3ae1fa6222c71915.tar.gz |
Added stubs for haddock reader tests.
Modify tests/haddock-reader.haddock and
tests/haddock-reader.native.
Diffstat (limited to 'tests/Tests')
-rw-r--r-- | tests/Tests/Old.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Tests/Old.hs b/tests/Tests/Old.hs index 45c430c33..0ba240084 100644 --- a/tests/Tests/Old.hs +++ b/tests/Tests/Old.hs @@ -130,6 +130,10 @@ tests = [ testGroup "markdown" , test "reader" ["-r", "opml", "-w", "native", "-s"] "opml-reader.opml" "opml-reader.native" ] + , testGroup "haddock" + [ test "reader" ["-r", "haddock", "-w", "native", "-s"] + "haddock-reader.haddock" "haddock-reader.native" + ] , testGroup "other writers" $ map (\f -> testGroup f $ writerTests f) [ "opendocument" , "context" , "texinfo" , "man" , "plain" , "rtf", "org", "asciidoc" |