diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/writer.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/writer.man b/tests/writer.man index d1a8b8a86..e855aa807 100644 --- a/tests/writer.man +++ b/tests/writer.man @@ -49,7 +49,7 @@ Code in a block quote: .PP \f[CR] sub\ status\ { - \ \ \ \ print\ \"working\"; + \ \ \ \ print\ "working"; } \f[] .PP @@ -83,7 +83,7 @@ Code: ----\ (should\ be\ four\ hyphens) sub\ status\ { - \ \ \ \ print\ \"working\"; + \ \ \ \ print\ "working"; } this\ code\ block\ is\ indented\ by\ one\ tab |