From 8d55dc10cd61ba6ddc9067eaff6246a41557632b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 28 Oct 2018 21:37:57 -0700 Subject: Roff tokenizer: better handling of escapes. --- test/Tests/Readers/Man.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/Tests/Readers/Man.hs b/test/Tests/Readers/Man.hs index d48919e54..c1bf10c80 100644 --- a/test/Tests/Readers/Man.hs +++ b/test/Tests/Readers/Man.hs @@ -63,12 +63,12 @@ tests = [ text " ok") , "skip" =: "a\\%\\{\\}\\\n\\:b\\0" - =?> (para $ str "ab") + =?> (para $ str "ab\8199") , "replace" =: "\\-\\ \\\\\\[lq]\\[rq]\\[em]\\[en]\\*(lq\\*(rq" =?> (para $ text "- \\“”—–“”") , "replace2" =: - "\\t\\e\\`\\^\\|\\'" =?> (para $ text "\\` `") + "\\t\\e\\`\\^\\|\\'" =?> (para $ text "\\`\8202\8198`") , "comment with \\\"" =: "Foo \\\" bar\n" =?> (para $ text "Foo") , "comment with \\#" =: -- cgit v1.2.3