aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-03-05 19:34:17 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-03-05 19:34:17 -0800
commitaaf296508aba8f9a95132abfb9aed904738adaaa (patch)
treeb0720154443ea893b34eaa2d834d8f714f0d22c8 /test
parent4faac2bf9b796cc3e04d0fcbfee6a5d2b0f0fe6d (diff)
downloadpandoc-aaf296508aba8f9a95132abfb9aed904738adaaa.tar.gz
Fix man reader test for previous change.
Diffstat (limited to 'test')
-rw-r--r--test/Tests/Readers/Man.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Tests/Readers/Man.hs b/test/Tests/Readers/Man.hs
index 92a9207cb..c7e2308d8 100644
--- a/test/Tests/Readers/Man.hs
+++ b/test/Tests/Readers/Man.hs
@@ -80,7 +80,7 @@ tests = [
"\\-\\ \\\\\\[lq]\\[rq]\\[em]\\[en]\\*(lq\\*(rq"
=?>para (text "- \\“”—–“”")
, "replace2" =:
- "\\t\\e\\`\\^\\|\\'" =?>para (text "\\`\8202\8198`")
+ "\\t\\e\\`\\^\\|\\'" =?>para (text "\\`\8202\8198'")
, "comment with \\\"" =:
"Foo \\\" bar\n" =?>para (text "Foo")
, "comment with \\#" =: