aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-05-01 22:43:38 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-05-01 22:43:38 -0700
commitee4e8632253c72e15ea38b0f60a8ef54aa9c5d09 (patch)
tree65952bba314f18cfe72702fc175f9474ffecf012 /tests/Tests
parent99eac312feb258ac4129c923e5b4fde57da9fbc3 (diff)
parentfd36e6b64a516ffd281af0667afc6d9c00a70d64 (diff)
downloadpandoc-ee4e8632253c72e15ea38b0f60a8ef54aa9c5d09.tar.gz
Merge pull request #2890 from bcdevices/docbook5-writer
Docbook5 write support
Diffstat (limited to 'tests/Tests')
-rw-r--r--tests/Tests/Old.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Tests/Old.hs b/tests/Tests/Old.hs
index b292b1f11..4e0eb46a4 100644
--- a/tests/Tests/Old.hs
+++ b/tests/Tests/Old.hs
@@ -108,6 +108,9 @@ tests = [ testGroup "markdown"
, test "reader" ["-r", "docbook", "-w", "native", "-s"]
"docbook-xref.docbook" "docbook-xref.native"
]
+ , testGroup "docbook5"
+ [ testGroup "writer" $ writerTests "docbook5"
+ ]
, testGroup "native"
[ testGroup "writer" $ writerTests "native"
, test "reader" ["-r", "native", "-w", "native", "-s"]