summaryrefslogtreecommitdiff
path: root/tests/writer.man
diff options
context:
space:
mode:
Diffstat (limited to 'tests/writer.man')
-rw-r--r--tests/writer.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/writer.man b/tests/writer.man
index 1e429a2a6..010d6c33d 100644
--- a/tests/writer.man
+++ b/tests/writer.man
@@ -516,9 +516,9 @@ This is code: \f[B]>\f[], \f[B]$\f[], \f[B]\\\f[], \f[B]\\$\f[],
.PP
[STRIKEOUT:This is \f[I]strikeout\f[]\.]
.PP
-Superscripts: a^bc^d a^\f[I]hello\f[]^ a^hello there^\.
+Superscripts: a^bc^d a^\f[I]hello\f[]^ a^hello\ there^\.
.PP
-Subscripts: H~2~O, H~23~O, H~many of them~O\.
+Subscripts: H~2~O, H~23~O, H~many\ of\ them~O\.
.PP
These should not be superscripts or subscripts, because of the
unescaped spaces: a^b c^d, a~b c~d\.