From ddcc4e0c65c332cb35ead58c535e7496161d417e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 11 May 2025 18:17:21 -0700 Subject: Remove some redundant code in test. --- test/Tests/Readers/Org/Inline/Citation.hs | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/test/Tests/Readers/Org/Inline/Citation.hs b/test/Tests/Readers/Org/Inline/Citation.hs index 3849ae3e7..17c7dde65 100644 --- a/test/Tests/Readers/Org/Inline/Citation.hs +++ b/test/Tests/Readers/Org/Inline/Citation.hs @@ -201,13 +201,6 @@ tests = , "LaTeX citation" =: "\\cite{Coffee}" =?> - let citation = Citation - { citationId = "Coffee" - , citationPrefix = [] - , citationSuffix = [] - , citationMode = NormalCitation - , citationNoteNum = 0 - , citationHash = 0} - in (para $ rawInline "latex" "\\cite{Coffee}") + para (rawInline "latex" "\\cite{Coffee}") ] -- cgit v1.2.3