summaryrefslogtreecommitdiff
path: root/tests/Tests/Readers/LaTeX.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-10-28 09:36:15 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-10-28 09:36:15 -0700
commit06300e59d51d1040a95e961c7419794b422cbdee (patch)
tree10c141d8e045d23b4502f605d8b511df8f0bca64 /tests/Tests/Readers/LaTeX.hs
parent6f2347635ca86f4152e71ad766fea486692dd63d (diff)
Removed citationSuppressParens.
Makefile: Use citeproc-0.3.6 release.
Diffstat (limited to 'tests/Tests/Readers/LaTeX.hs')
-rw-r--r--tests/Tests/Readers/LaTeX.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Tests/Readers/LaTeX.hs b/tests/Tests/Readers/LaTeX.hs
index 19e0aa4dd..271b32689 100644
--- a/tests/Tests/Readers/LaTeX.hs
+++ b/tests/Tests/Readers/LaTeX.hs
@@ -68,7 +68,7 @@ baseCitation = Citation{ citationId = "item1"
, citationMode = AuthorInText
, citationNoteNum = 0
, citationHash = 0
- , citationSuppressParens = False }
+ }
rt :: String -> Inlines
rt = rawInline "latex"