aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Tests/Readers/Man.hs2
-rw-r--r--test/command/5410.md7
2 files changed, 8 insertions, 1 deletions
diff --git a/test/Tests/Readers/Man.hs b/test/Tests/Readers/Man.hs
index 8c5d428e5..c3d2582ca 100644
--- a/test/Tests/Readers/Man.hs
+++ b/test/Tests/Readers/Man.hs
@@ -74,7 +74,7 @@ tests = [
=?> para (text "hi " <> emph (text "there " <> strong (text "bold")) <>
text " ok")
, "skip" =:
- "a\\%\\{\\}\\\n\\:b\\0"
+ "a\\%\\\n\\:b\\0"
=?> (para $ str "ab\8199")
, "replace" =:
"\\-\\ \\\\\\[lq]\\[rq]\\[em]\\[en]\\*(lq\\*(rq"
diff --git a/test/command/5410.md b/test/command/5410.md
new file mode 100644
index 000000000..fee90a1a4
--- /dev/null
+++ b/test/command/5410.md
@@ -0,0 +1,7 @@
+```
+% pandoc -f man -t native
+.ie n \{\
+'br\}
+^D
+[Para [LineBreak]]
+```