summaryrefslogtreecommitdiff
path: root/tests/writer.mediawiki
diff options
context:
space:
mode:
Diffstat (limited to 'tests/writer.mediawiki')
-rw-r--r--tests/writer.mediawiki23
1 files changed, 4 insertions, 19 deletions
diff --git a/tests/writer.mediawiki b/tests/writer.mediawiki
index 2f3726285..2e1525139 100644
--- a/tests/writer.mediawiki
+++ b/tests/writer.mediawiki
@@ -347,9 +347,7 @@ And this is '''strong'''
</td>
</tr>
</table>
-
<script type="text/javascript">document.write('This *should not* be interpreted as markdown');</script>
-
Here’s a simple block:
<div>
@@ -383,49 +381,36 @@ foo
This should just be an HTML comment:
<!-- Comment -->
-
Multiline:
<!--
Blah
Blah
-->
-
<!--
This is another comment.
-->
-
Code block:
<pre>&lt;!-- Comment --&gt;</pre>
Just plain comment, with trailing spaces on the line:
-<!-- foo -->
-
+<!-- foo -->
Code:
<pre>&lt;hr /&gt;</pre>
Hr’s:
<hr>
-
<hr />
-
<hr />
-
-<hr>
-
-<hr />
-
-<hr />
-
+<hr>
+<hr />
+<hr />
<hr class="foo" id="bar" />
-
<hr class="foo" id="bar" />
-
<hr class="foo" id="bar">
-
-----
= Inline Markup =