summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-09-12 19:15:34 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-09-12 19:15:34 -0700
commitb19aee4e1e199309f91059a11154059db9411798 (patch)
treefb5bd17c94407356a584763a0b9c0b2a2dc76c09 /src/Text/Pandoc
parent9353af9133a2400d4e0f368dfadb6d677835e8c9 (diff)
Added some tests for mediawiki reader.
Diffstat (limited to 'src/Text/Pandoc')
-rw-r--r--src/Text/Pandoc/Readers/MediaWiki.hs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Text/Pandoc/Readers/MediaWiki.hs b/src/Text/Pandoc/Readers/MediaWiki.hs
index c0fa6f6f2..e9d0fe718 100644
--- a/src/Text/Pandoc/Readers/MediaWiki.hs
+++ b/src/Text/Pandoc/Readers/MediaWiki.hs
@@ -44,9 +44,6 @@ _ raw mediawiki:
_ templates or anything in {{}} (can be postprocessed)
_ category links
_ gallery tag?
-_ tests for raw html inline
-_ tests for raw html block tags
-_ test for <p> tags
_ tests for sup, sub, del
_ tests for pre, haskell, syntaxhighlight
_ tests for code, tt, hask
@@ -54,7 +51,6 @@ _ test for blockquote
_ tests for native lists
_ tests for autolink urls
_ tests for external links
-_ tests for : lines
-}
module Text.Pandoc.Readers.MediaWiki ( readMediaWiki ) where