summaryrefslogtreecommitdiff
path: root/tests/Tests/Readers/LaTeX.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-10-22 19:11:56 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-10-22 19:17:00 -0700
commit6f2347635ca86f4152e71ad766fea486692dd63d (patch)
treee992e4284831f199d7c3451b7bb8c14b0eeacde6 /tests/Tests/Readers/LaTeX.hs
parenta23a8e8b670fbcedc3d8ce9f71491197a68bb40b (diff)
LaTeX reader: Initialize citationSuppressParens field.
Diffstat (limited to 'tests/Tests/Readers/LaTeX.hs')
-rw-r--r--tests/Tests/Readers/LaTeX.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Tests/Readers/LaTeX.hs b/tests/Tests/Readers/LaTeX.hs
index febc91765..19e0aa4dd 100644
--- a/tests/Tests/Readers/LaTeX.hs
+++ b/tests/Tests/Readers/LaTeX.hs
@@ -67,7 +67,8 @@ baseCitation = Citation{ citationId = "item1"
, citationSuffix = []
, citationMode = AuthorInText
, citationNoteNum = 0
- , citationHash = 0 }
+ , citationHash = 0
+ , citationSuppressParens = False }
rt :: String -> Inlines
rt = rawInline "latex"