summaryrefslogtreecommitdiff
path: root/tests/writer.mediawiki
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-01-01 04:12:11 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-01-01 04:12:11 +0000
commitb526dfb438dd7e88f4ba1158e0be1ade77255f1c (patch)
tree299ddab8be3eb2488252081ce699b9e8b45b073e /tests/writer.mediawiki
parent8fce9c54ece087311ccf3240b265f6b3c8144773 (diff)
Removed entities from mediawiki writer test.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1771 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/writer.mediawiki')
-rw-r--r--tests/writer.mediawiki6
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.&#160;2007
+M.A. 2007
B. Williams
@@ -444,9 +444,9 @@ This is code: <tt>&gt;</tt>, <tt>$</tt>, <tt>\</tt>, <tt>\$</tt>, <tt>&lt;html&g
<s>This is ''strikeout''.</s>
-Superscripts: a<sup>bc</sup>d a<sup>''hello''</sup> a<sup>hello&#160;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&#160;of&#160;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.