diff options
Diffstat (limited to 'tests/writer.mediawiki')
-rw-r--r-- | tests/writer.mediawiki | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/writer.mediawiki b/tests/writer.mediawiki index fe5ab5035..6c016bba3 100644 --- a/tests/writer.mediawiki +++ b/tests/writer.mediawiki @@ -238,7 +238,7 @@ Autonumbering: Should not be a list item: -M.A. 2007 +M.A. 2007 B. Williams @@ -444,9 +444,9 @@ This is code: <tt>></tt>, <tt>$</tt>, <tt>\</tt>, <tt>\$</tt>, <tt><html&g <s>This is ''strikeout''.</s> -Superscripts: a<sup>bc</sup>d a<sup>''hello''</sup> a<sup>hello there</sup>. +Superscripts: a<sup>bc</sup>d a<sup>''hello''</sup> a<sup>hello there</sup>. -Subscripts: H<sub>2</sub>O, H<sub>23</sub>O, H<sub>many of them</sub>O. +Subscripts: H<sub>2</sub>O, H<sub>23</sub>O, H<sub>many of them</sub>O. These should not be superscripts or subscripts, because of the unescaped spaces: a^b c^d, a~b c~d. |