From a316ac49a6934221b24ec58a6a7dc4c3b30ae1e8 Mon Sep 17 00:00:00 2001 From: Artem Yunusov Date: Mon, 14 Jul 2008 16:17:33 +0500 Subject: A lot of bug fixes. Handlig attributes added, new hr processing. Reformatted test suite for ElementTree output. --- tests/markdown-test/inline-html-simple.html | 101 ++++++++++++---------------- 1 file changed, 43 insertions(+), 58 deletions(-) (limited to 'tests/markdown-test/inline-html-simple.html') diff --git a/tests/markdown-test/inline-html-simple.html b/tests/markdown-test/inline-html-simple.html index b5b3f12..efb50dc 100644 --- a/tests/markdown-test/inline-html-simple.html +++ b/tests/markdown-test/inline-html-simple.html @@ -1,68 +1,53 @@ - -

Here's a simple block: -

-
+

Here's a simple block:

+

foo -
- -

This should be a code block, though: -

-
<div>
+

+

This should be a code block, though:

+
+<div>
     foo
 </div>
-

As should this: -

-
<div>foo</div>
-

Now, nested: -

-
+ + +

As should this:

+
+<div>foo</div>
+
+
+

Now, nested:

+

foo
-
- -

This should just be an HTML comment: -

- - -

Multiline: -

-

+

Multiline:

+

- -

Code block: -

-
<!-- Comment -->
-

Just plain comment, with trailing spaces on the line: -

- - -

Code: -

-
<hr />
-

Hr's: -

-
- -
- -
- -
- -
- -
- -
- -
- -
- - - +-->

+

Code block:

+
+<!-- Comment -->
+
+
+

Just plain comment, with trailing spaces on the line:

+

+

Code:

+
+<hr />
+
+
+

Hr's:

+


+


+


+


+


+


+


+


+


\ No newline at end of file -- cgit v1.2.3