aboutsummaryrefslogtreecommitdiff
path: root/test/man-reader.man
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-10-18 23:53:33 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2018-10-18 23:54:13 -0700
commit400e87df1d2fd500d8fc5403ff9a48662c198cce (patch)
treed9fcc731e302fb9e5894fd7b29b2a2791622fc29 /test/man-reader.man
parenta49cd34983d9c1299dd7ae9c50d7c28e558d5bdb (diff)
downloadpandoc-400e87df1d2fd500d8fc5403ff9a48662c198cce.tar.gz
Update man reader tests.
Diffstat (limited to 'test/man-reader.man')
-rw-r--r--test/man-reader.man10
1 files changed, 4 insertions, 6 deletions
diff --git a/test/man-reader.man b/test/man-reader.man
index 4f3395051..e514bc8ca 100644
--- a/test/man-reader.man
+++ b/test/man-reader.man
@@ -49,10 +49,10 @@ Code:
.IP
.nf
\f[C]
-\-\-\-\-\ (should\ be\ four\ hyphens)
+\-\-\-\- (should be four hyphens)
-sub\ status\ {
-\ \ \ \ print\ "working";
+sub status {
+ print "working";
}
\f[]
@@ -62,9 +62,7 @@ And:
.IP
.nf
\f[C]
-\tthis\ code\ line is\ indented\ by\ one\ tab
-
-These\ should\ not\ be\ escaped:\ \ \\$\ \\\\\ \\>\ \\[\ \\{
+\tthis code line is indented by one tab
\f[]
.fi
.PP