aboutsummaryrefslogtreecommitdiff
path: root/test/test-pandoc.hs
diff options
context:
space:
mode:
authorYan Pas <yanp.bugz@gmail.com>2018-05-09 03:24:45 +0300
committerYan Pas <yanp.bugz@gmail.com>2018-05-09 03:24:45 +0300
commitc1617565fc2a5984e2e44d4da9adf7f8a26b3160 (patch)
tree146546caab9f32ee352297d5d99f679566d70117 /test/test-pandoc.hs
parentfd3676a568589f07ad0707c07b2a9f87df6e2f6c (diff)
downloadpandoc-c1617565fc2a5984e2e44d4da9adf7f8a26b3160.tar.gz
basic manfile parsing
Diffstat (limited to 'test/test-pandoc.hs')
-rw-r--r--test/test-pandoc.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-pandoc.hs b/test/test-pandoc.hs
index 1ea3591b2..9d4632f35 100644
--- a/test/test-pandoc.hs
+++ b/test/test-pandoc.hs
@@ -74,7 +74,7 @@ tests = testGroup "pandoc tests" [ Tests.Command.tests
, testGroup "EPUB" Tests.Readers.EPUB.tests
, testGroup "Muse" Tests.Readers.Muse.tests
, testGroup "Creole" Tests.Readers.Creole.tests
- , testGroup "Man" Tests.Readers
+ , testGroup "Man" Tests.Readers.Man.tests
]
, testGroup "Lua filters" Tests.Lua.tests
]