diff options
Diffstat (limited to 'tests/writer.dokuwiki')
-rw-r--r-- | tests/writer.dokuwiki | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/tests/writer.dokuwiki b/tests/writer.dokuwiki index c337ca129..983db2274 100644 --- a/tests/writer.dokuwiki +++ b/tests/writer.dokuwiki @@ -288,31 +288,19 @@ Interpreted markdown in a table: <HTML> <table> -</HTML> -<HTML> <tr> -</HTML> -<HTML> <td> </HTML> This is //emphasized// <HTML> </td> -</HTML> -<HTML> <td> </HTML> And this is **strong** <HTML> </td> -</HTML> -<HTML> </tr> -</HTML> -<HTML> </table> -</HTML> -<HTML> <script type="text/javascript">document.write('This *should not* be interpreted as markdown');</script> </HTML> Here’s a simple block: @@ -345,8 +333,6 @@ Multiline: Blah Blah --> -</HTML> -<HTML> <!-- This is another comment. --> @@ -366,29 +352,13 @@ Hr’s: <HTML> <hr> -</HTML> -<HTML> <hr /> -</HTML> -<HTML> <hr /> -</HTML> -<HTML> <hr> -</HTML> -<HTML> <hr /> -</HTML> -<HTML> <hr /> -</HTML> -<HTML> <hr class="foo" id="bar" /> -</HTML> -<HTML> <hr class="foo" id="bar" /> -</HTML> -<HTML> <hr class="foo" id="bar"> </HTML> |