diff --git a/test/test-cmark.hs b/test/test-cmark.hs
index 6f53c3a..adef1e9 100644
--- a/test/test-cmark.hs
+++ b/test/test-cmark.hs
@@ -33,6 +33,6 @@ tests = TestList [
, "
\n" ~=? commonmarkToHtml [optUnsafe] [] ""
, "<xmp>\n" ~=? commonmarkToHtml [optUnsafe] [extTagfilter] ""
, "\n" ~=? commonmarkToHtml [] [extTaskList] "- [ ] foo\n- [x] bar"
- , "Here is footnote
\n\n" ~=? commonmarkToHtml [optFootnotes] [] "Here is footnote[^1]\n\n[^1]: abc"
+ , "Here is footnote
\n\n" ~=? commonmarkToHtml [optFootnotes] [] "Here is footnote[^1]\n\n[^1]: abc"
]