aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Writers
diff options
context:
space:
mode:
Diffstat (limited to 'test/Tests/Writers')
-rw-r--r--test/Tests/Writers/LaTeX.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Tests/Writers/LaTeX.hs b/test/Tests/Writers/LaTeX.hs
index 4bf25fb1c..44e23d48e 100644
--- a/test/Tests/Writers/LaTeX.hs
+++ b/test/Tests/Writers/LaTeX.hs
@@ -170,7 +170,7 @@ tests = [ testGroup "code blocks"
, "\\addcontentsline{toc}{subsection}{header4}\n"
, "\\subsubsection*{header5}"
, "\\addcontentsline{toc}{subsubsection}{header5}\n"
- , "\\paragraph{header6}"
+ , "\\paragraph*{header6}"
, "\\addcontentsline{toc}{paragraph}{header6}"
]
]