From ebefa9bb10a0b3aebb134ed8fb06b79f97040999 Mon Sep 17 00:00:00 2001 From: Yuri Takhteyev Date: Tue, 26 Aug 2008 00:36:50 -0700 Subject: Moving Tests to Tests_2007. --- MarkdownTest/Tests/Inline HTML (Simple).html | 72 ---------------------------- 1 file changed, 72 deletions(-) delete mode 100644 MarkdownTest/Tests/Inline HTML (Simple).html (limited to 'MarkdownTest/Tests/Inline HTML (Simple).html') diff --git a/MarkdownTest/Tests/Inline HTML (Simple).html b/MarkdownTest/Tests/Inline HTML (Simple).html deleted file mode 100644 index 6bf78f8..0000000 --- a/MarkdownTest/Tests/Inline HTML (Simple).html +++ /dev/null @@ -1,72 +0,0 @@ -

Here's a simple block:

- -
- foo -
- -

This should be a code block, though:

- -
<div>
-    foo
-</div>
-
- -

As should this:

- -
<div>foo</div>
-
- -

Now, nested:

- -
-
-
- foo -
-
-
- -

This should just be an HTML comment:

- - - -

Multiline:

- - - -

Code block:

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

Just plain comment, with trailing spaces on the line:

- - - -

Code:

- -
<hr />
-
- -

Hr's:

- -
- -
- -
- -
- -
- -
- -
- -
- -
-- cgit v1.2.3