diff options
Diffstat (limited to 'tests/writer.textile')
-rw-r--r-- | tests/writer.textile | 25 |
1 files changed, 6 insertions, 19 deletions
diff --git a/tests/writer.textile b/tests/writer.textile index 5042f79cb..7de677741 100644 --- a/tests/writer.textile +++ b/tests/writer.textile @@ -367,6 +367,7 @@ And nested without indentation: foo + </div> @@ -393,15 +394,14 @@ 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> foo + </div> This should be a code block, though: @@ -437,18 +437,15 @@ foo This should just be an HTML comment: <!-- Comment --> - Multiline: <!-- Blah Blah --> - <!-- This is another comment. --> - Code block: bc. <!-- Comment --> @@ -456,8 +453,7 @@ bc. <!-- Comment --> Just plain comment, with trailing spaces on the line: -<!-- foo --> - +<!-- foo --> Code: bc. <hr /> @@ -466,23 +462,14 @@ bc. <hr /> 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"> - <hr /> h1(#inline-markup). Inline Markup |