diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-03-20 10:17:36 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-03-20 10:17:59 -0700 |
commit | 5b4d239b852a3f8fd9dc4fef025faad6b575ec59 (patch) | |
tree | 23667127c6dccd946bdee7878431a28405e2950e /tests/Tests | |
parent | a63c208d77035c71b193b3a5b7d5339591b0c25a (diff) | |
download | pandoc-5b4d239b852a3f8fd9dc4fef025faad6b575ec59.tar.gz |
Added OPML template, tests.
Minor fixes to OPML writer.
Improved OPML reader tests.
Diffstat (limited to 'tests/Tests')
-rw-r--r-- | tests/Tests/Old.hs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Tests/Old.hs b/tests/Tests/Old.hs index c22fa9830..45c430c33 100644 --- a/tests/Tests/Old.hs +++ b/tests/Tests/Old.hs @@ -125,7 +125,9 @@ tests = [ testGroup "markdown" "mediawiki-reader.wiki" "mediawiki-reader.native" ] , testGroup "opml" - [ test "reader" ["-r", "opml", "-w", "native", "-s"] + [ test "basic" ["-r", "native", "-w", "opml", "--columns=78", "-s"] + "testsuite.native" "writer.opml" + , test "reader" ["-r", "opml", "-w", "native", "-s"] "opml-reader.opml" "opml-reader.native" ] , testGroup "other writers" $ map (\f -> testGroup f $ writerTests f) |