diff options
Diffstat (limited to 'tests/writer.mediawiki')
-rw-r--r-- | tests/writer.mediawiki | 23 |
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><!-- Comment --></pre> Just plain comment, with trailing spaces on the line: -<!-- foo --> - +<!-- foo --> Code: <pre><hr /></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 = |