diff --git a/test/tests/inline_html_advanced.html b/test/tests/inline_html_advanced.html new file mode 100644 index 00000000..35952cc1 --- /dev/null +++ b/test/tests/inline_html_advanced.html @@ -0,0 +1,15 @@ +
Simple block on one line:
+ +And nested without indentation:
+ +Paragraph one.
+ + + + + +Paragraph two.
+ + + +The end.
diff --git a/test/tests/inline_html_comments.text b/test/tests/inline_html_comments.text new file mode 100644 index 00000000..41d830d0 --- /dev/null +++ b/test/tests/inline_html_comments.text @@ -0,0 +1,13 @@ +Paragraph one. + + + + + +Paragraph two. + + + +The end. diff --git a/test/tests/inline_html_simple.html b/test/tests/inline_html_simple.html new file mode 100644 index 00000000..31613db3 --- /dev/null +++ b/test/tests/inline_html_simple.html @@ -0,0 +1,72 @@ +Here's a simple block:
+ +This should be a code block, though:
+ +<div>
+ foo
+</div>
+
+
+As should this:
+ +<div>foo</div>
+
+
+Now, nested:
+ +This should just be an HTML comment:
+ + + +Multiline:
+ + + +Code block:
+ +<!-- Comment -->
+
+
+Just plain comment, with trailing spaces on the line:
+ + + +Code:
+ +<hr>
+
+
+Hr's:
+ +