diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-01-01 04:12:11 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2010-01-01 04:12:11 +0000 |
commit | b526dfb438dd7e88f4ba1158e0be1ade77255f1c (patch) | |
tree | 299ddab8be3eb2488252081ce699b9e8b45b073e /tests | |
parent | 8fce9c54ece087311ccf3240b265f6b3c8144773 (diff) | |
download | pandoc-b526dfb438dd7e88f4ba1158e0be1ade77255f1c.tar.gz |
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')
-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. |