From c20c139255a83e1dcaf1d923375b3759614adaf3 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 8 May 2012 20:26:39 -0700 Subject: Added docbook reader tests (still failing). --- src/Tests/Old.hs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/Tests') diff --git a/src/Tests/Old.hs b/src/Tests/Old.hs index 1ec32a30d..67eb51573 100644 --- a/src/Tests/Old.hs +++ b/src/Tests/Old.hs @@ -97,13 +97,18 @@ tests = [ testGroup "markdown" , test "reader" ["-r", "textile", "-w", "native", "-s"] "textile-reader.textile" "textile-reader.native" ] + , testGroup "docbook" + [ testGroup "writer" $ writerTests "docbook" + , test "reader" ["-r", "docbook", "-w", "native", "-s"] + "docbook-reader.docbook" "docbook-reader.native" + ] , testGroup "native" [ testGroup "writer" $ writerTests "native" , test "reader" ["-r", "native", "-w", "native", "-s"] "testsuite.native" "testsuite.native" ] , testGroup "other writers" $ map (\f -> testGroup f $ writerTests f) - [ "docbook", "opendocument" , "context" , "texinfo" + [ "opendocument" , "context" , "texinfo" , "man" , "plain" , "mediawiki", "rtf", "org", "asciidoc" ] ] -- cgit v1.2.3