summaryrefslogtreecommitdiff
path: root/tests/Tests/Old.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2013-08-26 22:30:27 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2013-08-26 22:30:27 -0700
commit4e4c948b417a597f17bd8be12b6e981a87f00506 (patch)
tree9de40e820e08ec730ac059f22ce7ce10726a2bbd /tests/Tests/Old.hs
parente7a4bcc6fed37afbba423e4c41df6043d7158b3f (diff)
Added markdown citation parsing test.
Diffstat (limited to 'tests/Tests/Old.hs')
-rw-r--r--tests/Tests/Old.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Tests/Old.hs b/tests/Tests/Old.hs
index 5054559a1..01e4403fb 100644
--- a/tests/Tests/Old.hs
+++ b/tests/Tests/Old.hs
@@ -63,6 +63,10 @@ tests = [ testGroup "markdown"
"markdown-reader-more.txt" "markdown-reader-more.native"
, lhsReaderTest "markdown+lhs"
]
+ , testGroup "citations"
+ [ test "citations" ["-r", "markdown", "-w", "native"]
+ "markdown-citations.txt" "markdown-citations.native"
+ ]
]
, testGroup "rst"
[ testGroup "writer" (writerTests "rst" ++ lhsWriterTests "rst")