aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-08-20 22:00:39 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-08-20 22:00:39 -0700
commitb1d08a8aa824dee1ebf8f1db6b780516c22f0c4b (patch)
tree5c2dd3fd7fa5d8d7e0ea016f3ef8b02eb991c79b /tests/Tests
parente8ddcfd997bd1733b715a4321f0e57c7860071d2 (diff)
parent7048c130ec9d128dd1c9d1ddf8e7ce3c15eaf435 (diff)
downloadpandoc-b1d08a8aa824dee1ebf8f1db6b780516c22f0c4b.tar.gz
Merge branch 'altcite'
Diffstat (limited to 'tests/Tests')
-rw-r--r--tests/Tests/Old.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Tests/Old.hs b/tests/Tests/Old.hs
index 0ba240084..8609781d0 100644
--- a/tests/Tests/Old.hs
+++ b/tests/Tests/Old.hs
@@ -196,7 +196,7 @@ markdownCitationTests
++ [test "natbib" wopts "markdown-citations.txt"
"markdown-citations.txt"]
where
- ropts = ["-r", "markdown", "-w", "markdown", "--bibliography",
+ ropts = ["-r", "markdown", "-w", "markdown-citations", "--bibliography",
"biblio.bib", "--no-wrap"]
wopts = ["-r", "markdown", "-w", "markdown", "--no-wrap", "--natbib"]
styleToTest style = test style (ropts ++ ["--csl", style ++ ".csl"])