aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests/Readers
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Tests/Readers')
-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"