aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Readers/Man.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Tests/Readers/Man.hs')
-rw-r--r--test/Tests/Readers/Man.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Tests/Readers/Man.hs b/test/Tests/Readers/Man.hs
index c1bf10c80..d58a59dae 100644
--- a/test/Tests/Readers/Man.hs
+++ b/test/Tests/Readers/Man.hs
@@ -81,6 +81,8 @@ tests = [
"\\[u2020]" =?> (para $ text "†")
, "unicode escapes (combined)" =:
"\\[u0075_u0301]" =?> (para $ text "\250")
+ , "unknown escape (#5034)" =:
+ "\\9" =?> (para $ text "9")
],
testGroup "Lists" [
"bullet" =: