summaryrefslogtreecommitdiff
path: root/tests/Tests/Readers/Org.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-06-29 07:58:33 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-06-29 07:59:00 -0700
commit3429fa6438355da63c3f418eda32b1a011ddbc40 (patch)
tree924ff75d9ebe1df3dc3ea3efe7b3a0a75ea196ac /tests/Tests/Readers/Org.hs
parenta349814665bbd2298acc367cd5485b983313a05d (diff)
LaTeX reader: fixed `\cite` so it is a NormalCitation not AuthorInText.
Diffstat (limited to 'tests/Tests/Readers/Org.hs')
-rw-r--r--tests/Tests/Readers/Org.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Tests/Readers/Org.hs b/tests/Tests/Readers/Org.hs
index 348b5a6aa..7612d88f1 100644
--- a/tests/Tests/Readers/Org.hs
+++ b/tests/Tests/Readers/Org.hs
@@ -431,7 +431,7 @@ tests =
{ citationId = "Coffee"
, citationPrefix = []
, citationSuffix = []
- , citationMode = AuthorInText
+ , citationMode = NormalCitation
, citationNoteNum = 0
, citationHash = 0}
in (para . cite [citation] $ rawInline "latex" "\\cite{Coffee}")