aboutsummaryrefslogtreecommitdiff
path: root/tests/writer.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'tests/writer.markdown')
-rw-r--r--tests/writer.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/writer.markdown b/tests/writer.markdown
index feab4e03c..387a2df38 100644
--- a/tests/writer.markdown
+++ b/tests/writer.markdown
@@ -457,9 +457,9 @@ This is code: `>`, `$`, `\`, `\$`, `<html>`.
~~This is *strikeout*.~~
-Superscripts: a^bc^d a^*hello*^ a^hello\ there^.
+Superscripts: a^bc^d a^*hello*^ a^hello&nbsp;there^.
-Subscripts: H~2~O, H~23~O, H~many\ of\ them~O.
+Subscripts: H~2~O, H~23~O, H~many&nbsp;of&nbsp;them~O.
These should not be superscripts or subscripts, because of the
unescaped spaces: a\^b c\^d, a\~b c\~d.