From 400e87df1d2fd500d8fc5403ff9a48662c198cce Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 18 Oct 2018 23:53:33 -0700 Subject: Update man reader tests. --- test/man-reader.man | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'test/man-reader.man') 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 -- cgit v1.2.3